ssh: disable visual hostkey

This commit is contained in:
Rouven Seifert 2023-09-24 21:33:06 +02:00
parent 6dece01018
commit 178fce15d4
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -73,7 +73,6 @@ in
extraConfig = '' extraConfig = ''
PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so PKCS11Provider /run/current-system/sw/lib/libtpm2_pkcs11.so
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
VisualHostKey = yes
''; '';
}; };
} }