-
I follow the guide to add an openssh server to teleport but it required to control the remote ssh server. My use case is that I have several openssh servers with my key in .ssh/authorized_keys but I do not have control over the sshd configuration. My idea is to add these servers to teleport and handle all of them for my team. Can teleport is a good option to handle these SSH connections ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If you have control over what goes into If you can't control the contents of the remote files at all, there is no way to use Teleport with |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. |
Beta Was this translation helpful? Give feedback.
If you have control over what goes into
~/.ssh/authorized_keys
, you should be able to add the output oftctl auth export --type=user
to that file to allow any Teleport user to log in as that one UNIX user.If you can't control the contents of the remote files at all, there is no way to use Teleport with
sshd
. Teleport does not support traditional SSH keypairs, only SSH certificates.