C is correct.
[root@rhel8-02 ~]# cat /etc/ssh/ssh_config
# $OpenBSD: ssh_config,v 1.34 2019/02/04 02:39:42 dtucker Exp $
# This is the ssh client system-wide configuration file. See
# ssh_config(5) for more information. This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.
Isn't the right answer A ("/etc/ssh/sshd_config") ?
-> https://www.ssh.com/ssh/sshd_config/ : "The OpenSSH server reads a configuration file when it is started. Usually this file is /etc/ssh/sshd_config, but the location can be changed using the -f command line option when starting sshd."
Nevermind, I'm used to configure server ssh so I use the file sshd_config. But the question ask about the client file, so it is ssh_config
-> https://serverfault.com/questions/343533/changing-ssh-port-should-i-modify-only-sshd-config-or-also-ssh-config
"The sshd_config is the ssh daemon (or ssh server process) configuration file. As you've already stated, this is the file you'll need to modify to change the server port.
Whereas, the ssh_config file is the ssh client configuration file. The client configuration file only has bearing on when you use the ssh command to connect to another ssh host. So, in this case, you don't need to modify it. It will be other client machines connecting to your server."
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Roger95
Highly Voted 8 months agolucaverce
Highly Voted 1 month, 2 weeks agoGuillem
Most Recent 1 year, 2 months agonicolas97
1 year, 6 months agoDeborahC
1 year, 10 months agoDeborahC
1 year, 10 months agolucaverce
1 month, 3 weeks agoNata4a
2 years ago