Changes between Version 10 and Version 11 of SSHKEYGEN
- Timestamp:
- 05/26/21 02:51:50 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SSHKEYGEN
v10 v11 34 34 }}} 35 35 36 *3. Now you can ssh with out prompt for password36 3. Now you can ssh with out prompt for password 37 37 38 == Tunnel ssh == 39 40 Ref [https://linuxize.com/post/how-to-setup-passwordless-ssh-login/ ref] 41 Remote to local 42 At localhost user create tunnel to remote host with following 43 {{{ 44 ssh -R 8022:localhost:22 remoteUser@remotehost.com 45 }}} 46 Then, at remote host, user can '''ssh -p 8022 localUser@127.0.0.1''' to localhost 47 48 49 Local to Remote 50 At localhost user create tunnel to remote host with following 51 {{{ 52 53 }}}