diff options
Diffstat (limited to 'ssh/README.md')
-rw-r--r-- | ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/README.md b/ssh/README.md index 2646938..6589c49 100644 --- a/ssh/README.md +++ b/ssh/README.md @@ -39,7 +39,7 @@ $ nano -w ~/.ssh/config # host-specific options Host myserver HostName ssh.heckyel.ga - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/id_ed25519 user Snowden Port 22 ServerAliveInterval 5 |