Configure and Secure SSH Flashcards
What is ssh command used for?
Allows users to access remote systems securely with the SSH protocol.
Where does a client system store the identities of remote servers?
In the ~/.ssh/known_hosts and /etc/ssh/ssh_known_hosts files.
What does SSH support?
It supports both password-based and key-based authentication.
What does ssh-keygen command do?
Generates an SSH key pair for authentication.
What does the ssh-copy-id command do?
Exports the public key to remote systems.
What does the sshd service do?
Implements the SSH protocol on Red Hat Enterprise Linux systems.
Where do you configure advanced SSH settings?
In the /etc/ssh/sshd_config configuration file.
What can a sshd_config file be used for?
To disable remote logins as root and to require public key authentication rather than password-based authentication.