I am looking for a way to ssh to a machine, without using SSH keys. When I try to pass the password
echo "password" | ssh user@machine
It just gives me an stdin error
How do I SSH without using keys (and without installing anything would be preferred)