Update ssh config

This commit is contained in:
Tobias Strobel 2023-05-22 00:10:44 +02:00
parent 5c3ac3d142
commit d7dacb5a2f

View file

@ -38,14 +38,13 @@ Host helios
# FIDO2 # FIDO2
IdentityFile ~/.ssh/id_ed25519_sk_yk5nano IdentityFile ~/.ssh/id_ed25519_sk_yk5nano
Host helios-unlock Host helios-unlock
#HostName 192.168.178.20 HostName 192.168.178.20
HostName space.home.strobel.one #HostName space.home.strobel.one
User root User root
IdentityFile ~/.ssh/id_rsa_yubikey.pub IdentityFile ~/.ssh/id_rsa_yubikey.pub
UserKnownHostsFile ~/.ssh/known_hosts.initramfs UserKnownHostsFile ~/.ssh/known_hosts.initramfs
Ciphers aes256-ctr Ciphers aes256-ctr
MACs hmac-sha2-256 MACs hmac-sha2-256
#HostKeyAlgorithms ssh-rsa
## OpenWRT Router ## OpenWRT Router
#Host owrt #Host owrt
@ -119,7 +118,7 @@ Host *
ControlPersist 300 ControlPersist 300
ControlPath ~/.ssh/socket-%r@%h:%p ControlPath ~/.ssh/socket-%r@%h:%p
IdentitiesOnly yes IdentitiesOnly yes
HashKnownHosts yes HashKnownHosts no
PasswordAuthentication no PasswordAuthentication no
ChallengeResponseAuthentication no ChallengeResponseAuthentication no
StrictHostKeyChecking ask StrictHostKeyChecking ask