There is ssh_config and sshd_config in /etc/ssh/ to set ssh security.
Are these two only needed for ssh root access? In other words I don't need them for a program such as firefox using ssh? Also, is it correct, if I'm not running a server I don't need sshd?
About enabling protocol 2, an...