SSH with no authentication #904
pierrestoffe
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My remote server is part of a Tailscale network. The firewall on that server has all ports closed, but since Tailscale SSH is enabled I can still connect to it over SSH. As per Tailscale's documentation, they use the authentication type "none" (no ssh key, no password).
I do so on a daily basis using my terminal but also with dev apps such as VSCode, TablePlus and Transmit without any issue. It doesn't work with Ray though since it forces using either an SSH key or a password.
Could Ray make authentication optional, or add a third "None" option?
Edit: a temporary solution is to set a random password, since Tailscale takes over the connection and ignores the password.
Beta Was this translation helpful? Give feedback.
All reactions