Changes between Version 20 and Version 21 of SSHKEYGEN


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SSHKEYGEN

    v20 v21  
    4747 Then, at remote host, user can '''ssh -p 8022 localUser@127.0.0.1''' to localhost
    4848
    49 If we want to bind to specific interface (NICs), we use
     49 If we want to bind to specific interface (NICs), we use
    5050{{{
    5151ssh -R 128.199.96.250:8022:localhost:22 krit@128.199.96.250
    5252}}}
    53 and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line
     53 and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line
    5454{{{
    5555GatewayPorts clientspecified
    56 }}
    57 Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel
     56}}}
     57 Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel
    5858
    5959