Where can I find Authorized_keys?
The cat ~/. ssh/authorized_keys command shows you the authorized_keys file of the currently logged in user. When logged in as root, or using sudo , this will give you the authorized_keys file of the root user. The authorized_keys file, at least on Ubuntu, is usually owned by the user.In this regard,...