Changes between Version 16 and Version 17 of SSHKEYGEN


Ignore:
Timestamp:
02/12/22 14:37:48 (3 years ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SSHKEYGEN

    v16 v17  
    5555 Then, at localhost, user can ''' ssh -p 2000 krit@127.0.0.1''' at localhost it will tunnel to remote host [[br]]
    5656
     57== ssh rsync ==
     58
     59rsync from local to remote server via ssh we need to install '''apt install sshpass'''
     60{{{
     61#!sh
     62[omd@local Test]$ sshpass -p "kukangmak" rsync -a ~/var/log/Rsync/out.txt krit@172.17.0.1:Tmp/Test
     63}}}