aboutsummaryrefslogtreecommitdiffstats
path: root/ssh
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-08-14 23:58:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-08-14 23:58:35 +0200
commit1c041e05e0e2eca9c6e74032b5125645c7f9e47b (patch)
tree309d87152d15d78948840226e10b4bb37b31e2b0 /ssh
parentd8b5dc9870d04e86b6cdeadcca297b542530cbeb (diff)
downloaddotfiles-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/config1
1 files changed, 1 insertions, 0 deletions
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