Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:ssh [2019/09/26 16:57] – [SSH KEY-Authentication] tmadelinux:ssh [2019/11/20 11:49] – [ssh Tunnel] tmade
Line 142: Line 142:
 ==== ssh Tunnel ==== ==== ssh Tunnel ====
   ssh -L 4242:suse10.site:110tmade@suse10.site #user tmade forwards the connection comming in on port 4242 of his local host suse10 to port 110(POP3) on the remote host suse10 via ssh tunnel (port forwarding)   ssh -L 4242:suse10.site:110tmade@suse10.site #user tmade forwards the connection comming in on port 4242 of his local host suse10 to port 110(POP3) on the remote host suse10 via ssh tunnel (port forwarding)
 +  
 +====ssh over Proxy ====
 +
 +  ssh -o ProxyCommand="nc -X connect -x www-proxy:80 %h %p" username@hostname
 +
 +**Hint**: Package "netcat-openbsd" which contains the programm "nc" has to been installed!
      
 ==== X11 ==== ==== X11 ====
linux/ssh.txt · Last modified: 2021/10/18 09:04 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki