Changes between Version 19 and Version 20 of SSHKEYGEN
- Timestamp:
- 08/09/23 08:15:03 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SSHKEYGEN
v19 v20 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 use 50 {{{ 51 ssh -R 128.199.96.250:8022:localhost:22 krit@128.199.96.250 52 }}} 53 and at 128.199.96.250 server on /etc/ssh/sshd_config file add this line 54 {{{ 55 GatewayPorts clientspecified 56 }} 57 Then user can access ssh -p 8022 128.199.96.250 will forward to client on this tunnel 58 49 59 50 60 Local to Remote