How to configure SSH Key Gen based authentication
Ans.-1 => Follow these step for password and passphrese less
authentication
#ssh-keygen ( This command will generate a pair off key inside
~/.ssh/id_rsa and ~/.id_rsa.pub
2=> Copy ssh id to remote host.
3=>
#ssh-agent bash
#ssh-add
#ssh-add -l => This command is used to show ssh agent key list
No comments:
Post a Comment