Displaying 2 results from an estimated 2 matches for "mod_proxy_logic".
2015 Jan 30
3
SSH over websockets
...o that a URL could be used to initiate
contact to an sshd server elsewhere.
The mod_auth part could/should be used to verity the credentials to used -
basically setting up the VPN between ssh and httpd as ssh; the httpd server
would setup it's own separate connection with the target sshd - with
mod_proxy_logic - to verify that the httpd server can and will make a
connection. Lastly, to prevent a continous man in the middle the original
ssh client would make a second connection to establish ciphers, mac and kex
via the two connections using the httpd as man-in-the-middle.
This is awkward - I apologize -...
2015 Jan 29
3
SSH over websockets
On 29/01/15 21:15, Alex Bligh wrote:
> Be frightened:
> https://chrome.google.com/webstore/detail/secure-shell/pnhechapfaindjhompbnflcldabbghjo?hl=en
>
That's a ssh client implemented in chromium, not a web server acting as
sshd. However...
?Secure Shell also knows how to connect to an HTTP-to-ssh relay that was
built inside Google. Unfortunately
that relay isn't open source,