Changes between Version 9 and Version 10 of SSHKEYGEN


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SSHKEYGEN

    v9 v10  
    441. Create ssh key at localhost [[br]]
    55
    6  {{{
    7  ssh-keygen -t rsa -b 4096 -C user@remotehost.com
    8  }}}
     6{{{
     7ssh-keygen -t rsa -b 4096 -C user@remotehost.com
     8}}}
    99
    1010 Then they will ask to enter default .ssh path
     
    26262. In your local host copy public key (id_rsa.pub) to remote host
    2727
    28  {{{
    29  ssh-copy-id remote_username@server_ip_address
    30  }}}
     28{{{
     29ssh-copy-id remote_username@server_ip_address
     30}}}
    3131 or with manual ssh with
    3232 {{{