
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,359 Views
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
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,345 Views
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/`

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,323 Views
Hi ! I corrected it item below :
Generate the ssh-key previously
- with the required custom name (instead the default one)
thanks so much

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,346 Views
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/`

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,324 Views
Hi ! I corrected it item below :
Generate the ssh-key previously
- with the required custom name (instead the default one)
thanks so much