Secure Shell Service Flashcards

1
Q

where is the ssh server config file located

A

/etc/ssh/sshd_config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

where are the ssh log files stored

A

/var/log/secure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

where is the ssh client config file stored

A

/etc/ssh/ssh_config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

generate, distribute and use ssh keys

A

ssh-keygen -N “” -q ##-N = no password; -q=without detailed output
ssh-copy-id server20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

where are ssh keys stored

A

~/.ssh/id_rsa ##private
~.ssh/id_rsa.pub ##public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

where are known servers located

A

~/.ssh/known_hosts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly