From a0fd0c6bef233024e2c8fdfe7b39cdde86f35813 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Thu, 9 Nov 2023 12:00:34 +0800 Subject: [PATCH] .ssh/config: Updates --- .ssh/config | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.ssh/config b/.ssh/config index e1a2065..f9eeff1 100644 --- a/.ssh/config +++ b/.ssh/config @@ -4,6 +4,7 @@ IdentityFile ~/.ssh/id_rsa-old IdentityFile ~/.ssh/identity IdentityFile ~/.ssh/koji-id_rsa IdentityFile ~/.ssh/id_dsa-sourceware +IdentityFile ~/.ssh/id_ed25519 Host localhost #Cipher none @@ -101,7 +102,7 @@ Host download-stock HostName vps2.jankratochvil.net HostKeyAlias vps2.jankratochvil.net -Host cosmo8 cosmo8.jankratochvil.net cosmo8t.jankratochvil.net +Host cosmo8 cosmo8.jankratochvil.net cosmo8t.jankratochvil.net p20 Port 8022 # Cosmo: @@ -134,13 +135,7 @@ ControlPersist 60 # OpenWrt # https://bugzilla.redhat.com/show_bug.cgi?id=1881301#c38 Host 192.168.66.13 ap13 -PubkeyAcceptedKeyTypes ssh-rsa -User root - -Host jane -HostName jane.jankratochvil.net -HostKeyAlias jane.jankratochvil.net -Host jane jane.jankratochvil.net +#PubkeyAcceptedKeyTypes ssh-rsa User root Host dev? dev?.azulsystems.com -- 1.8.3.1