Changes between Version 19 and Version 20 of SSHKEYGEN


Ignore:
Timestamp:
08/09/23 08:15:03 (16 months ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SSHKEYGEN

    v19 v20  
    4747 Then, at remote host, user can '''ssh -p 8022 localUser@127.0.0.1''' to localhost
    4848
     49If we want to bind to specific interface (NICs), we use
     50{{{
     51ssh -R 128.199.96.250:8022:localhost:22 krit@128.199.96.250
     52}}}
     53and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line
     54{{{
     55GatewayPorts clientspecified
     56}}
     57Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel
     58
    4959
    5060Local to Remote