From 63b556afc5f07e3ec53cee11b792bccb37d261ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 24 May 2021 12:55:23 -0500 Subject: [ssh]: update --- ssh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3