Generate SSH Public & Private Key On Unix base Operating System

Published: 17 July 2022
on channel: Lalatendu Swain
40
2

How To Generate SSH Public & Private Key On Windows & Unix base Operating System.
ssh-keygen -t rsa -b 4096 -C "Login From YourNameHere System"
Or
ssh-keygen -t ed25519 -a 100 -C "Login to Prod Server from YourNameHere System" -f YourDestinationServerName


-b Specifies the number of bits in the key to create
-C Comment [ Capital C Not Small c ]
-t Type
-f File Name
-l Show fingerprint of specified public key


Watch video Generate SSH Public & Private Key On Unix base Operating System online without registration, duration hours minute second in high quality. This video was added by user Lalatendu Swain 17 July 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 40 once and liked it 2 people.