diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:58:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-08-14 23:58:35 +0200 |
commit | 1c041e05e0e2eca9c6e74032b5125645c7f9e47b (patch) | |
tree | 309d87152d15d78948840226e10b4bb37b31e2b0 /ssh | |
parent | d8b5dc9870d04e86b6cdeadcca297b542530cbeb (diff) | |
download | dotfiles-1c041e05e0e2eca9c6e74032b5125645c7f9e47b.tar.xz |
ssh/config: Make kyrias the default user
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'ssh')
-rw-r--r-- | ssh/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |