Changes between Version 10 and Version 11 of SSHKEYGEN


Ignore:
Timestamp:
05/26/21 02:51:50 (4 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SSHKEYGEN

    v10 v11  
    3434 }}}
    3535
    36 * 3. Now you can ssh with out prompt for password
     363. Now you can ssh with out prompt for password
    3737
     38== Tunnel ssh ==
     39
     40Ref [https://linuxize.com/post/how-to-setup-passwordless-ssh-login/ ref]
     41Remote to local
     42At localhost user create tunnel to remote host with following
     43{{{
     44ssh -R 8022:localhost:22 remoteUser@remotehost.com
     45}}}
     46Then, at remote host, user can '''ssh -p 8022 localUser@127.0.0.1''' to localhost
     47
     48
     49Local to Remote
     50At localhost user create tunnel to remote host with following
     51{{{
     52
     53}}}