Signing in to websites with SSH
vtllf.org
Signing in to websites with SSH
1–10 of 169 posts
Re: Signing in to websites with SSH
#2Re: Signing in to websites with SSH
#3Re: Signing in to websites with SSH
#4Re: Signing in to websites with SSH
#5 ssh @ auth
This feels more natural to me and makes it easier to support other commands in the future should one wish to do so.Regarding the part where he said:
>Running a custom SSH server along side a web server is not convenient. There is no good equivalent to the HTTP Host header, so hosting multiple SSH servers on a single IP address doesn’t work well.
That's not a problem. Your server got the host header over HTTP. When you generate the token, just tie the token to that host name.
Re: Signing in to websites with SSH
#6Have you ever heard of TLS and client certificates? Every browser and every decent web server supports TLS with a client certificate for auth.
Re: Signing in to websites with SSH
#7Re: Signing in to websites with SSH
#8Wow. I just have one question for you: why? Have you ever heard of TLS and client certificates? Every browser and every decent web server supports TLS with a client certificate for auth.
Re: Signing in to websites with SSH
#9A brilliant Idea; as far as usability for a normal user is concerned, How feasible is it to modify a browser to take the command directly via the address bar, and internally a thread can handle the ssh part, redirecting the user directly to the newly generated link ?
Re: Signing in to websites with SSH
#10A brilliant Idea; as far as usability for a normal user is concerned, How feasible is it to modify a browser to take the command directly via the address bar, and internally a thread can handle the ssh part, redirecting the user directly to the newly generated link ?