1
0
Fork 0

Update ssh config

This commit is contained in:
Tobias Strobel 2023-05-22 00:10:44 +02:00
parent 5c3ac3d142
commit d7dacb5a2f
1 changed files with 3 additions and 4 deletions

View File

@ -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