Add Key File To Ssh

[Solved] Add Key File To Ssh | Perl - Code Explorer | yomemimo.com
Question : Add your SSH private key to the ssh-agent. If you created your key with a different name, or if you are adding an existing key that has a different name, replace id_rsa in the command with the name of your private key file.

Answered by : glorious-gemsbok-08qlgsayh7m1

$ cat ~/.ssh/id_rsa.pub

Source : https://jdblischak.github.io/2014-09-18-chicago/novice/git/05-sshkeys.html | Last Update : Tue, 10 Nov 20

Question : insert file key file ssh

Answered by : roie

sudo chmod 400 [key file]
sudo ssh -i [key file] [username]@[ip]

Source : | Last Update : Wed, 30 Dec 20

Answers related to add key file to ssh

Code Explorer Popular Question For Perl