mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
13 lines
545 B
INI
13 lines
545 B
INI
# Begin generated Teleport configuration for teleport.aws.neon.tech by tsh
|
|
|
|
# Common flags for all teleport.aws.neon.tech hosts
|
|
Host *
|
|
HostKeyAlgorithms rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com
|
|
|
|
# Flags for all teleport.aws.neon.tech hosts except the proxy
|
|
Host * !teleport.aws.neon.tech
|
|
Port 3022
|
|
ProxyCommand "/usr/local/bin/tsh" proxy ssh --cluster=teleport.aws.neon.tech --proxy=teleport.aws.neon.tech:443 %r@%h:%p
|
|
User developer
|
|
|
|
# End generated Teleport configuration |