I want to write a bash script which sends a password to authenticate with a remote server.
For example, I want to write a bash script which would pull the code from a github repository to a server, but I have to specify a password or passpharse to do it.
How am I supposed to code that? I tried couple of things but nothing worked.
