Вопрос откуда могут взять хосты с окончаним на имя кластера ? *.cls1 ?
# Common flags for all cls1 hosts
Host *.cls1 teleport.example.comg
UserKnownHostsFile "/Users/user/.tsh/known_hosts"
IdentityFile "/Users/user/.tsh/keys/teleport.example.comg/teleport-admin"
CertificateFile "/Users/user/.tsh/keys/teleport.example.comg/teleport-admin-ssh/cls1-cert.pub"
HostKeyAlgorithms rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com
# Flags for all cls1 hosts except the proxy
Host *.cls1 !teleport.example.comg
Port 3022
ProxyCommand "/opt/homebrew/bin/tsh" proxy ssh --cluster=cls1 --proxy=teleport.example.comg %r@%h:%p
cls1 - это имя твоего кластера
Обсуждают сегодня