From d7dacb5a2fe1af7ef48114ec416ba4bbbe30a1e1 Mon Sep 17 00:00:00 2001 From: Tobias Strobel Date: Mon, 22 May 2023 00:10:44 +0200 Subject: [PATCH] Update ssh config --- private_dot_ssh/private_config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/private_dot_ssh/private_config b/private_dot_ssh/private_config index 46fa38a..a0b23c4 100644 --- a/private_dot_ssh/private_config +++ b/private_dot_ssh/private_config @@ -38,14 +38,13 @@ Host helios # FIDO2 IdentityFile ~/.ssh/id_ed25519_sk_yk5nano Host helios-unlock - #HostName 192.168.178.20 - HostName space.home.strobel.one + HostName 192.168.178.20 + #HostName space.home.strobel.one User root IdentityFile ~/.ssh/id_rsa_yubikey.pub UserKnownHostsFile ~/.ssh/known_hosts.initramfs Ciphers aes256-ctr MACs hmac-sha2-256 - #HostKeyAlgorithms ssh-rsa ## OpenWRT Router #Host owrt @@ -119,7 +118,7 @@ Host * ControlPersist 300 ControlPath ~/.ssh/socket-%r@%h:%p IdentitiesOnly yes - HashKnownHosts yes + HashKnownHosts no PasswordAuthentication no ChallengeResponseAuthentication no StrictHostKeyChecking ask