Setup ssh

hossein33553

New Member
Joined
Jan 28, 2022
Messages
1
Reaction score
0
Credits
11
I know how to generate a public key for ssh but I do not know in which ssh path files to put the source and destination. Please help me
 


When you generate a keypair it automatically generates them in the default location, which the homedir of the user executing ssh-keygen command.
Code:
ls ~/.ssh
unless you use the -f flag where you can specify where you want the output key files and name.
Code:
ssh-keygen -f  ~/Documents/mykeypair
 
Last edited:

Staff online


Latest posts

Top