Difference between revisions of "Secure Shell"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Mjh
(Categorization)
imported>Echarlie
Line 1: Line 1:
 
'''Secure Shell''' or '''SSH''' is a secure means of controlling a remote machine.
 
'''Secure Shell''' or '''SSH''' is a secure means of controlling a remote machine.
  
=Closing a Hung Session=
+
==Closing a Hung Session==
 
Type enter, tilde, period, enter to exit a hung SSH session.
 
Type enter, tilde, period, enter to exit a hung SSH session.
  
=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=
+
==See Also==
 
* [[Proxies and VPN]]
 
* [[Proxies and VPN]]
 +
* [[Shell server tutorial]]
  
=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]
  
[[Category:Infrastructure]]
+
[[Category:Services]]
 
[[Category:Howtos]]
 
[[Category:Howtos]]
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 15:01, 21 March 2016

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.

See Also

External Links