diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:38:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-20 19:38:49 +0000 |
commit | 64129ffe3d1ea330405becdcfa1136f116c7af79 (patch) | |
tree | a0bc0373418405c217ad8c7928264eecc40367b8 /security/sshpass/files/patch-sshpass.1 | |
parent | sysutils/rubygem-winrm: use 0.5.x version of rubyntlm (diff) |
Update to 1.0.6
- While I'm here:
- Add LICENSE_FILE
- Regenerate patch file with makepatch:
- Update WWW
Changes: https://sourceforge.net/projects/sshpass/files/sshpass/1.06/ChangeLog/view
PR: 216319
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Diffstat (limited to 'security/sshpass/files/patch-sshpass.1')
-rw-r--r-- | security/sshpass/files/patch-sshpass.1 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/security/sshpass/files/patch-sshpass.1 b/security/sshpass/files/patch-sshpass.1 deleted file mode 100644 index bb94b97ae126..000000000000 --- a/security/sshpass/files/patch-sshpass.1 +++ /dev/null @@ -1,22 +0,0 @@ ---- sshpass.1.orig 2011-08-06 06:58:25 UTC -+++ sshpass.1 -@@ -1,4 +1,4 @@ --.TH SSHPASS 1 "August 6, 2011" "Lingnu Open Source Consulting" "Sshpass User Manual" -+.TH SSHPASS 1 "April 24, 2015" "Lingnu Open Source Consulting" "Sshpass User Manual" - .\" Please adjust this date whenever revising the manpage. - .SH NAME - sshpass \- noninteractive ssh password provider -@@ -37,6 +37,13 @@ password is read from the open file desc - .TP - .B \-e - The password is taken from the environment variable "SSHPASS". -+.TP -+.B \-P -+Set the password prompt. Sshpass searched for this prompt in the program's -+output to the TTY as an indication when to send the password. By default -+sshpass looks for the string "assword:" (which matches both "Password:" and -+"password:"). If your client's prompt does not fall under either of these, -+you can override the default with this option. - .SH SECURITY CONSIDERATIONS - .P - First and foremost, users of sshpass should realize that ssh's insistance on |