How can you make SSH read the password from stdin, which it doesn't do by default?
相关问题
- How can I implement password recovery in an iPhone
- JavaScript File Transfer SSH
- How can I set the SVN password with Emacs 23.1 bui
- How do I discard user input delivered during sleep
- Why does this bash script work at console but fail
相关文章
- Check if directory exists on remote machine with s
- TeamCity Username / password
- Git Clone Fails: Server Certificate Verification F
- Test if File/Dir exists over SSH/Sudo in Python/Ba
- Can't access AWS CodeCommit with SSH
- using stdin in pycharm [duplicate]
- Sanity check SSH public key? [closed]
- Spark EC2 SSH connection error SSH return code 255
You can use sshpass which is for example in the offical debian repositories. Example: