Is it possible to login from local to remote Linux PC SSH by (not root) user that presents in both systems without password input? I mean - use /etc/shadow on both points as password for login to remote SSH with same user credentials (login and password identical on both systems).
Main point - is not use key based authentication and use encrypted password (SHA-512) to login on remote SSH.