wpestan
Cadet
Cadet
  • 399 Views

Lab: Configure and Manage a Server - error

Jump to solution

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.

 

wpestan_0-1722018158065.png

 

  1. Export the review3_key public key to servera from serverb

    ssh-copy-id -i .ssh/review3_key.pub student@servera

    wpestan_0-1722018061419.png
     

     

     
2 Solutions

Accepted Solutions
pongo
Mission Specialist
Mission Specialist
  • 385 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/`



View solution in original post

wpestan
Cadet
Cadet
  • 363 Views

Hi ! I corrected it item below :

Generate the ssh-key previously

- with the required custom name (instead the default one)

thanks so much

View solution in original post

2 Replies
pongo
Mission Specialist
Mission Specialist
  • 386 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/`



wpestan
Cadet
Cadet
  • 364 Views

Hi ! I corrected it item below :

Generate the ssh-key previously

- with the required custom name (instead the default one)

thanks so much

Join the discussion
You must log in to join this conversation.