Add Public Key To Server

[Solved] Add Public Key To Server | Shell - Code Explorer | yomemimo.com
Question : add public key to server

Answered by : aggressive-ant-m1mb2is9tt1a

ssh-copy-id -i ~/.ssh/mykey.pub user@host

Source : | Last Update : Wed, 20 May 20

Question : ssh add public key inside server

Answered by : augusto-vicente

nano ~/.ssh/authorized_keys
#then add your public key in the end (new line pls)

Source : https://kb.iu.edu/d/aews | Last Update : Tue, 10 Aug 21

Question : add ssh public key to server

Answered by : obedient-osprey-vco5wit6fryu

ssh-copy-id -i $HOME/.ssh/id_rsa.pub [email protected]

Source : | Last Update : Thu, 16 Dec 21

Answers related to add public key to server

Code Explorer Popular Question For Shell