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.
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