Public Key Authentication

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

What can you use instead of username and password authentication with SSH?

DSA and RSA keys

2
New cards

What command do you use to generate a key pair?

ssh-keygen -t rsa/dsa

3
New cards

Where is the key pair stored?

~/.ssh/id_rsa/dsa

4
New cards

What command do you use to automatically provide the private key passphrase when it is needed?

ssh-agent bash, ssh-add