mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
16 lines
439 B
INI
16 lines
439 B
INI
# Remove this once https://github.com/gravitational/teleport/issues/10918 is fixed
|
|
# (use pre 8.5 option name to cope with old ssh in CI)
|
|
PubkeyAcceptedKeyTypes +ssh-rsa-cert-v01@openssh.com
|
|
|
|
Host tele.zenith.tech
|
|
User admin
|
|
Port 3023
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
|
|
Host * !tele.zenith.tech
|
|
User admin
|
|
StrictHostKeyChecking no
|
|
UserKnownHostsFile /dev/null
|
|
ProxyJump tele.zenith.tech
|