Configure the student user on servera to accept logins that are authenticated by the review3_key SSH key pair. The student user on serverb should be able to log in to servera by using SSH without entering a password.
Export the review3_key public key to servera from serverb
ssh-copy-id -i .ssh/review3_key.pub student@servera
Hi!
Did you generate the ssh-key previously
- on serverb
- with the required custom name (instead the default one)
successfully?
What is in the below path?
`ls -la /home/student/.ssh/`
Hi ! I corrected it item below :
Generate the ssh-key previously
- with the required custom name (instead the default one)
thanks so much
Hi!
Did you generate the ssh-key previously
- on serverb
- with the required custom name (instead the default one)
successfully?
What is in the below path?
`ls -la /home/student/.ssh/`
Hi ! I corrected it item below :
Generate the ssh-key previously
- with the required custom name (instead the default one)
thanks so much
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.