I am trying to remotely administer my server using SSH. I believe SSH comes installed default, I just need to know how to configure username and password.
I am trying to remotely administer my server using SSH. I believe SSH comes installed default, I just need to know how to configure username and password.
ssh
uses the same usernames and passwords as the system it is running on.In other words, a username and password that you can use to login to the system from the keyboard will also work when logging in via ssh.
(Some of this can be changed via the config files but you indicate that you are just using default configuration.)