Replies: 2 comments 5 replies
-
I guess the problem is that
(filtering on |
Beta Was this translation helpful? Give feedback.
3 replies
-
VNet SSH does not use custom DNS zones, those are for apps only. Each SSH server should be available at If that doesn't work can you run the following in powershell while VNet is running?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm (still) trying to setup vnet for ssh, using tsh.exe (v17.7.1). the problem I'm facing is that the vnet.teleport.example.org zone is not resolved by the vnet service, but falls back to the cluster's wildcard dns entry in the global dns.
I'm noticing that there is no connection-specific DNS suffix set by the TeleportVNet virtual network adapter. is that the problem? if so, how can i fix that?
I've generated the ssh config with
tsh vnet-ssh-autoconfig
:and I'm starting the vnet service in a background shell:
my vnet server config looks like this (my cluster name is
teleport.example.org
):when I try to connect to a host, it tries to connect to the cluster's IP address (10.10.10.10) - not the vnet subnet (100.64.x.y)
ipconfig
shows a vnet adapter:Beta Was this translation helpful? Give feedback.
All reactions