Changes between Version 9 and Version 10 of SSHKEYGEN
- Timestamp:
- 05/26/21 02:45:56 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SSHKEYGEN
v9 v10 4 4 1. Create ssh key at localhost [[br]] 5 5 6 7 8 6 {{{ 7 ssh-keygen -t rsa -b 4096 -C user@remotehost.com 8 }}} 9 9 10 10 Then they will ask to enter default .ssh path … … 26 26 2. In your local host copy public key (id_rsa.pub) to remote host 27 27 28 29 30 28 {{{ 29 ssh-copy-id remote_username@server_ip_address 30 }}} 31 31 or with manual ssh with 32 32 {{{