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:
parent
a98155983a
commit
93a64d4107
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/data/data/com.termux/files/usr/bin/sh
|
||||
export LD_LIBRARY_PATH=/data/data/com.termux/files/usr/lib:/system/lib64/
|
||||
ssh $*
|
||||
ssh -oBatchMode=yes -oLogLevel=ERROR $*
|
||||
|
|
Loading…
Reference in a new issue