Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 335 Bytes

CREDENTIALS.md

File metadata and controls

15 lines (15 loc) · 335 Bytes

CREDENTIALS

SSH id_rsa.pub

Generate ssh key:..

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Set public ssh key to remote server for login without password:

ssh-copy-id -i ~/.ssh/id_rsa.pub RemoteUser@RemoteServer

or

ssh-copy-if user@servername

(will be added in USER/.ss/authorized_keys)