1
0
Fork 0

Add ssh flags to counter ssh asking for a password, even if there is an SSH key for the target server.

This commit is contained in:
Casper V. Kristensen 2019-03-22 02:55:26 +01:00
parent a98155983a
commit 93a64d4107
Signed by: caspervk
GPG key ID: 289CA03790535054

View file

@ -1,3 +1,3 @@
#!/data/data/com.termux/files/usr/bin/sh #!/data/data/com.termux/files/usr/bin/sh
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/ export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/
ssh $* ssh -oBatchMode=yes -oLogLevel=ERROR $*