Set up SSH key-based authentication

2 years ago
1

Tasks.
1. Create an SSH key pair on server1
2. Send the SSH public key to server2
3. Run the hostname command on the server1 by using ssh to display the hostname of the server2
4. Login to server2 with key based Authentication

Loading comments...