Difference between revisions of "~/.ssh/"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
[[~/.ssh/config]] | [[~/.ssh/config]] | ||
− | + | ||
[[~/.ssh/id_ed25519]] | [[~/.ssh/id_ed25519]] | ||
[[~/.ssh/id_ed25519.pub]] | [[~/.ssh/id_ed25519.pub]] | ||
+ | (Generated with: [[ssh-keygen -t]] [[ed25519]]) | ||
[[ssh-keygen -t]] [[rsa]] | [[ssh-keygen -t]] [[rsa]] | ||
[[~/.ssh/id_rsa]] | [[~/.ssh/id_rsa]] | ||
− | [[~/.ssh/id_rsa.pub]] | + | (Generated with [[~/.ssh/id_rsa.pub]]) |
Revision as of 12:58, 4 March 2022
~/.ssh/config
~/.ssh/id_ed25519 ~/.ssh/id_ed25519.pub (Generated with: ssh-keygen -t ed25519)
ssh-keygen -t rsa ~/.ssh/id_rsa (Generated with ~/.ssh/id_rsa.pub)
chmod g-w,o-w ~
mkdir ~/.ssh chmod 700 ~/.ssh touch ~/.ssh/authorized_keys chmod 600 ~/.ssh/authorized_keys
Related terms
See also
- OpenSSH (changelog):
/etc/ssh/sshd_config
|/etc/ssh/ssh_config
|~/.ssh/
|openSSL | sshd logs
|sftp
|scp
|authorized_keys
|ssh-keygen
|ssh-keyscan
|ssh-add
|ssh-agent
|ssh
|Ssh -O stop
|ssh-copy-id
|CheckHostIP
|UseKeychain
, OpenSSF
Advertising: