I've been logging on to my school's website remotely from terminal and have been successfully using the following command to do so:
ssh myusername@myschoolserver.edu
However, does anyone know if this is the most secure ssh method to log in remotely (without using any ssh options)?
Thanks.
ssh myusername@myschoolserver.edu
However, does anyone know if this is the most secure ssh method to log in remotely (without using any ssh options)?
Thanks.