Question

For the three questions below, you are to establish password-less ssh-logins from 192.168.0.100 to 192.168.0.101. 13. What is

0 0
Add a comment Improve this question Transcribed image text
Answer #1

SSH server supports three type of authentication

1. Key Based - In this method, Client's public key is used for the authentication. There is no password reuirement

2. Password-Based - Username/Password Combination is used for Authentication

3. Host Based - ssh is allowed only from set of hosts.

13). ssh-keygen is a tool to generate the RSA keys for ssh

Command

ssh-keygen -t rsa

This command will generate two files

$HOME/.ssh/id_rsa (private key)

$HOME/.ssh/id_rsa.pub (public key)

14). Public key of 192.168.0.100 must be added into the authorized keys of 192.168.0.101

so ans for 14 is

$HOME/.ssh/id_rsa.pub

15). File where authorized keys are stored is -

$HOME/.ssh/authorized_keys

Add a comment
Know the answer?
Add Answer to:
For the three questions below, you are to establish password-less ssh-logins from 192.168.0.100 to 192.168.0.101. 13....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT