Which file on an SSH client contains the public keys of remote hosts it has connected to?
- known_hosts
- authorized_keys
- id_rsa.pub
- known_keys
The file on an SSH client that contains the public keys of remote hosts it has connected to is known_hosts. This file maintains a record of the public keys of remote servers or hosts you have previously connected to. It is used for verifying the authenticity of remote hosts during future SSH connections.
Loading...
Related Quiz
- Which Linux utility allows you to monitor and manage system CPU performance?
- You've been tasked with setting up a Linux server that can share files with Windows clients in the network, ensuring they can access it seamlessly. Which software would you primarily consider installing?
- You've written a script that processes a list of files. You want to ensure that even if a filename contains spaces, it's treated as a single argument. Which built-in variable should you modify?
- In the context of package management, what does the term "repository" refer to?
- You've just set up a new Linux server and need to install a web server. Which package management command would you likely use in a Debian-based system?