The post show the steps to perform password less configuration between Unix Machines.
Machine A and Machine B :
Machine:
1) Login as root.
2) # ssk_keygen -t dsa/rsa
3) # cd ./ssh/
4) The 2 step would generate a public key and private key.
5) copy the public key to the machine B (./ssh/authorized_keys) file.
6) Now to ssh from machine A to machine B.
Machine A and Machine B :
Machine:
1) Login as root.
2) # ssk_keygen -t dsa/rsa
3) # cd ./ssh/
4) The 2 step would generate a public key and private key.
5) copy the public key to the machine B (./ssh/authorized_keys) file.
6) Now to ssh from machine A to machine B.
No comments:
Post a Comment