Searched refs:askpass (Results 1 – 14 of 14) sorted by relevance
/external/openssh/ |
D | readpass.c | 51 ssh_askpass(char *askpass, const char *msg) in ssh_askpass() argument 62 if (askpass == NULL) in ssh_askpass() 79 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass() 80 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno)); in ssh_askpass() 121 char *askpass = NULL, *ret, buf[1024]; in read_passphrase() local 149 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase() 151 askpass = _PATH_SSH_ASKPASS_DEFAULT; in read_passphrase() 152 if ((ret = ssh_askpass(askpass, prompt)) == NULL) in read_passphrase()
|
D | ssh-add.0 | 32 by ssh-askpass(1). Successful confirmation is signaled by a zero 33 exit status from ssh-askpass(1), rather than text entered into 120 ssh(1), ssh-agent(1), ssh-askpass(1), ssh-keygen(1), sshd(8)
|
D | Makefile.in | 25 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
D | CREDITS | 98 Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
|
D | INSTALL | 67 http://www.jmknoble.net/software/x11-ssh-askpass/
|
D | ssh_config.0 | 278 connections, but require confirmation using ssh-askpass(1). If
|
D | ChangeLog | 5546 "ask" or "autoask", the process will use ssh-askpass for asking confirmation. 5843 ssh-agent pledge needs proc for askpass; spotted by todd@ 9237 ssh-askpass(1) is the default, overridden by SSH_ASKPASS;
|
D | configure.ac | 5060 E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}`
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz 39 %package askpass 44 Provides: openssh:${_libdir}/ssh/ssh-askpass 86 - Updated for new gnome-ssh-askpass build 88 - Made symlink to gnome-ssh-askpass called ssh-askpass 145 cd x11-ssh-askpass-%{xversion} 165 cd x11-ssh-askpass-%{xversion} 231 %files askpass 233 %doc x11-ssh-askpass-%{xversion}/README 234 %doc x11-ssh-askpass-%{xversion}/ChangeLog [all …]
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 122 %package askpass 128 %package askpass-gnome 162 %description askpass 167 %description askpass-gnome 219 pushd x11-ssh-askpass-%{aversion} 238 mv gnome-ssh-askpass2 gnome-ssh-askpass 241 mv gnome-ssh-askpass1 gnome-ssh-askpass 265 install -s x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ss… 266 ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass [all …]
|
D | gnome-ssh-askpass.csh | 1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
|
D | gnome-ssh-askpass.sh | 1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
/external/openssh/contrib/ |
D | Makefile | 22 rm -f *.o gnome-ssh-askpass gnome-ssh-askpass[123]
|
D | README | 22 http://www.jmknoble.net/software/x11-ssh-askpass/ 33 gnome-ssh-askpass[12]:
|