Monday, August 19, 2019

How will you establish connection securely between two systems without password, but secured way?

How will you establish connection securely between two systems without password, but secured way?
1. Create keys using ssh-keygen command in source machine. This will create private and public keys.
2. upload the public keys into target machine
3. then do ssh into target_node_ip.
once public keys uploaded, client can talk to server securely without password.




No comments:

Post a Comment