From 1c041e05e0e2eca9c6e74032b5125645c7f9e47b Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 14 Aug 2017 23:58:35 +0200 Subject: ssh/config: Make kyrias the default user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- ssh/config | 1 + 1 file changed, 1 insertion(+) (limited to 'ssh') diff --git a/ssh/config b/ssh/config index cc9cd38..bf4c193 100644 --- a/ssh/config +++ b/ssh/config @@ -1,4 +1,5 @@ Host * + User kyrias HostKeyAlgorithms ssh-ed25519,ssh-rsa KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr -- cgit v1.2.3-54-g00ecf