diff options
author | Jesús <heckyel@hyperbola.info> | 2021-05-24 12:55:23 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-05-24 12:55:23 -0500 |
commit | 63b556afc5f07e3ec53cee11b792bccb37d261ba (patch) | |
tree | 0dd142d269b0cff5fc230b25e38e80f458e8c333 | |
parent | 1ab0b26f8fa1a4eb91b629605453dcbbefb44665 (diff) | |
download | book-63b556afc5f07e3ec53cee11b792bccb37d261ba.tar.lz book-63b556afc5f07e3ec53cee11b792bccb37d261ba.tar.xz book-63b556afc5f07e3ec53cee11b792bccb37d261ba.zip |
[ssh]: update
-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 |