Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 204 Bytes

openssh.md

File metadata and controls

9 lines (5 loc) · 204 Bytes

cheatsheet for openssh

change passphrase of private ssh key

ssh-keygen -p

change comment of private ssh key

ssh-keygen -c -C "my_new_comment_e.g. username@hostname" -f ~/.ssh/id_rsa