Revision [1238]

This is an old revision of LinuxSsh made by ToBo on 2008-02-09 19:25:23.

 

SSH - Secure Shell


Portforwarding von Remote auf den lokalen Rechner
ssh -L 19150:127.0.0.1:19150 {url}


Wie oben, nur dass auch andere auf den port zugreifefen dürfen
ssh -g -L 19150:192.168.0.1:19150 {url}


The supported escapes (assuming the default '~') are:
     ~.      Disconnect.

     ~^Z     Background ssh.

     ~#      List forwarded connections.

     ~&      Background ssh at logout when waiting for forwarded connection /
             X11 sessions to terminate.

     ~?      Display a list of escape characters.

     ~B      Send a BREAK to the remote system (only useful for SSH protocol
             version 2 and if the peer supports it).

     ~C      Open command line (only useful for adding port forwardings using
             the -L and -R options).

     ~R      Request rekeying of the connection (only useful for SSH protocol
             version 2 and if the peer supports it).




CategoryLinux
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki