.ssh/config: Update.
authorJan Kratochvil <jan@jankratochvil.net>
Sat, 19 Jun 2021 08:45:45 +0000 (10:45 +0200)
committerJan Kratochvil <jan@jankratochvil.net>
Sat, 19 Jun 2021 08:45:45 +0000 (10:45 +0200)
.ssh/config

index 18fde99..41ef1d4 100644 (file)
@@ -1,5 +1,6 @@
 IdentityFile ~/.ssh/id_dsa
 IdentityFile ~/.ssh/id_rsa
+IdentityFile ~/.ssh/id_rsa-old
 IdentityFile ~/.ssh/identity
 IdentityFile ~/.ssh/koji-id_rsa
 IdentityFile ~/.ssh/id_dsa-sourceware
@@ -143,11 +144,11 @@ User root
 Host hotelgate hotelgate.hotelsevendays.cz
 User root
 Host hotelgate
-HostName hotelgate.hotelsevendays.cz
+HostName 82.142.64.220
 HostKeyAlias hotelgate.hotelsevendays.cz
 
 Host gw.jklabs.cz
-User lace
+User root
 
 Host tercie.tone.cz
 User short
@@ -183,19 +184,37 @@ User short
 Host atrey.karlin.mff.cuni.cz
 User short
 
-Host deda
+Host deda1
 User root
 
-Host jklabs-server
+Host jklabs-sh-server jklabs-sh-server.jankratochvil.net
+User root
+
+Host farm2
+UserKnownHostsFile /dev/null
+StrictHostKeyChecking no
+
+Host download-stock
+HostName vps2.jankratochvil.net
+HostKeyAlias vps2.jankratochvil.net
+
+Host cosmo8 cosmo8.jankratochvil.net cosmo8t.jankratochvil.net
+User u0_a104
+Port 8022
+
+# OpenWrt
+# https://bugzilla.redhat.com/show_bug.cgi?id=1881301#c38
+host 192.168.66.13 ap13
+PubkeyAcceptedKeyTypes ssh-rsa
 User root
 
 Host *
 Compression yes
-CompressionLevel 9
+#CompressionLevel 9
 ForwardAgent no
 ConnectionAttempts 1
 UsePrivilegedPort no
-RhostsRSAAuthentication no
+#RhostsRSAAuthentication no
 ForwardX11 no
 ServerAliveInterval 60
 StrictHostKeyChecking ask