When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/________ directory.
- ssh_keys
- certs
- ssh_host_keys
- crypto
When setting up SSH for the first time, the server-side cryptographic keys are stored in the /etc/ssh/ssh_host_keys directory. These keys are crucial for secure SSH communication.
Loading...
Related Quiz
- In the context of package management, what does the term "repository" refer to?
- Which file defines the default settings when a new user account is created?
- When a script is not behaving as expected, you can add the _________ option at the top of the script to display each command before it's executed.
- If you want to shift the positional parameters to the left, which command would you use?
- Which operator would you use in Bash to check if two strings are equal?