Difference between revisions of "Secure Shell"
imported>Cov (Created page with ''''Secure Shell''' or '''SSH''' is a secure means of controlling a remote machine. =Closing a Hung Session= Type enter, tilde, period, enter to exit a hung SSH session. =Tunnel…') |
imported>Cov |
||
Line 6: | Line 6: | ||
=Tunneling= | =Tunneling= | ||
You can tunnel single ports or run a socks proxy with SSH. Google for SSH forwarding or see the howto below. | You can tunnel single ports or run a socks proxy with SSH. Google for SSH forwarding or see the howto below. | ||
+ | |||
+ | =See Also= | ||
+ | * [[Proxies and VPN]] | ||
=External Links= | =External Links= | ||
* [[w:Secure Shell|Wikipedia Article]] | * [[w:Secure Shell|Wikipedia Article]] | ||
* [http://dltj.org/article/ssh-as-socks-proxy/ SSH socks proxy howto] | * [http://dltj.org/article/ssh-as-socks-proxy/ SSH socks proxy howto] |
Revision as of 01:05, 17 January 2010
Secure Shell or SSH is a secure means of controlling a remote machine.
Closing a Hung Session
Type enter, tilde, period, enter to exit a hung SSH session.
Tunneling
You can tunnel single ports or run a socks proxy with SSH. Google for SSH forwarding or see the howto below.