python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to use sshpass without TTY on a Node.JS backend?
I am running the following in a script:
pubkey=$(gpg2 --verbose --export-ssh-key $EXPORT_THIS_ID)
sshpass -p$REMOTE_PASS ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -tt -p $REMOTE_PORT root@...
vaughngx4
Votes: 0
Answers: 1
How do I pass arguments inside a remote command using sshpass and ssh
I am running the following code and unable to pass an argument in the command that I am executing on a remote Netapp cluster. Any insight will help
read -p "echo $'\n'Enter the name for this clu...
ksv001
Votes: 0
Answers: 1
sshfs mounts in debug but not otherwise
I have a really weird problem where if I try to mount a directory on a remote device using sshfs, I can successfully do so using it in debug mode (when using sshpass), but if I remove that option it w...
user1646428
Votes: 0
Answers: 1
Can I use sshpass in Windows?
I am trying to ssh to Linux without entering a password from Windows system.
I have downloaded sshpass-1.08 and compiled it successfully.
But when I tried to ssh to Linux with sshpass, I still had to ...
tangfangzhi
Votes: 0
Answers: 0