Changes between Version 20 and Version 21 of SSHKEYGEN
- Timestamp:
- 08/09/23 08:15:55 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SSHKEYGEN
v20 v21 47 47 Then, at remote host, user can '''ssh -p 8022 localUser@127.0.0.1''' to localhost 48 48 49 If we want to bind to specific interface (NICs), we use49 If we want to bind to specific interface (NICs), we use 50 50 {{{ 51 51 ssh -R 128.199.96.250:8022:localhost:22 krit@128.199.96.250 52 52 }}} 53 and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line53 and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line 54 54 {{{ 55 55 GatewayPorts clientspecified 56 }} 57 Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel56 }}} 57 Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel 58 58 59 59