I am trying to make a script in bash that connects via ssh to another machine. I only have user access to this machines so
- I can't use expect (It is not installed and I can't install it)
- I can't install ssh keys
So I have to log in via username and password. Is there a way to make my script send my password just using bash?