Top "Ssh-keys" questions

SSH Keys are pairs of sequences of randomly generated bytes that provide the basis of SSH public key cryptography and challenge-response authentication.

How to set up SSH authenticated git commands in a TeamCity build step

I need to execute git commands in a TeamCity build step. These git commands need to use a SSH-based url …

git ssh teamcity ssh-keys teamcity-9.0
managing ssh public keys on github organizations repositories

I was wondering if anyone has a good, clean, safe way to manage github Organization repository access on their servers? …

git ssh github ssh-keys
How to avoid always entering passphrase for id_rsa on terminal startup?

Currently every time I start up terminal I get prompted the following: Last login: Mon Nov 28 21:32:16 on ttys000 Agent pid 2733 …

bash ssh terminal ssh-keys passphrase
is it safe to store ssh keys on github?

I would like to know if is it safe to store public and private key on a public git repository ? …

cryptography rsa public-key-encryption ssh-keys
How to pass an ssh key passphrase via environment variable

I run shell script with ssh command inside my application. Used private key is encrypted by passphrase and the problem …

linux shell ssh ssh-keys ssh-agent
AllowGroups and root@IP

I've got several servers with the following sshd configuration. # Authentication: PermitRootLogin no AllowGroups ssh PubkeyAuthentication yes PasswordAuthentication no This means …

ssh ssh-keys openssh sshd
Why can't I use one ssh key on more than one github repo?

I've got a server which needs to be set up with the contents of two git repos which I host …

git github ssh repository ssh-keys
Can I override Ansible SSH key inventory variable ansible_ssh_private_key_file on command line?

In Ansible 2.4.2.0, can I override the SSH key set in inventory with ansible_ssh_private_key_file on command line? …

ssh ansible ssh-keys ansible-inventory
Spring Cloud Config cannot clone private bitbucket repository using ssh key

I am on Linux (arch), trying to configure Spring Cloud Config following this tutorial with a private bitbucket git repository …

java spring bitbucket ssh-keys spring-cloud-config
Embedding public key as string in Paramiko Application

I'm trying to create a single file executable in python and using paramiko for my SSH. I need to eliminate …

python windows paramiko ssh-keys public-key