ssh using user name and password code example
Example 1: login to ssh with password
ssh -o PasswordAuthentication=yes user@hostname
Example 2: how to log into a remote linux server
ssh [username]@[ip]
Example 3: access ssh session
ssh -i <KEY CERTIFICATE | .ppk or .pem file> <URL for local or remote server>