Replies: 4 comments 3 replies
-
As you say, we're working on RDP support. Windows Server administration support is not currently on the roadmap. Please do open a feature request if it's something you'd like to see - we use these to gauge public interest. |
Beta Was this translation helpful? Give feedback.
-
If you make Windows teleport-agent supporting regular SSH connection it would be enough to manage ServerCore via Powershell or plain cmd. We successfully use OpenSSH on windows to provision our windows servers with Ansible. |
Beta Was this translation helpful? Give feedback.
-
Hmm, not having the teleport proxy function (TCP ports) available on Windows is kind of a bummer and eliminates Teleport out of the race for me. Would seem like low-hanging fruit given that the teleport app is written in Go. |
Beta Was this translation helpful? Give feedback.
-
The issue w/ OpenSSH on Windows is that it only supports password and publickey authentication. |
Beta Was this translation helpful? Give feedback.
-
Currently, there is only client support for MS Windows (see https://goteleport.com/teleport/download/).
In our environment we have several Windows Servers to be administered. So I would love to be able to log on to MS Windows instances via teleport. Preferably to an administrative Windows Powershell.
On Windows Server Core the command line is the only way to control the system anyway and most administrative tasks like managing users for example are pretty simple to do.
So it would be great to be able to benefit from the additional security features, the reverse tunneling and session recording capabilities that teleport offers.
I was too shy to open a feature request on this. Instead it seems better to me to discuss if this is even possible at all. And if so, what challenges would need to be resolved.
I took a look at the existing Issues and discussions but haven't found something related.
Since teleport is based on the Go language which has good support for the windows platform, I have some hope that it might be achievable.
Another feature that would be very, possibly even more nice to have, is RDP access with a browser based client. I noticed that there is already something in the making: #7824
I think theses features (or even one of them) would be able to let teleport grow from a supercharged SSH bastion server to a one stop server management gateway where unix and windows systems could be managed comfortably and securely with no need to install any software at all, just having a web browser as a requirement.
Beta Was this translation helpful? Give feedback.
All reactions