Searched refs:askpass (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | readpass.c | 51 ssh_askpass(char *askpass, const char *msg, const char *env_hint) in ssh_askpass() argument 62 if (askpass == NULL) in ssh_askpass() 80 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass() 81 fatal_f("exec(%s): %s", askpass, strerror(errno)); in ssh_askpass() 125 char cr = '\r', *askpass = NULL, *ret, buf[1024]; in read_passphrase() local 177 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase() 179 askpass = _PATH_SSH_ASKPASS_DEFAULT; in read_passphrase() 182 if ((ret = ssh_askpass(askpass, prompt, askpass_hint)) == NULL) in read_passphrase() 246 const char *askpass, *s; in notify_start() local 259 if ((askpass = getenv("SSH_ASKPASS")) == NULL) in notify_start() [all …]
|
H A D | Makefile.in | 24 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
H A D | CREDITS | 98 Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
|
H A D | INSTALL | 77 http://www.jmknoble.net/software/x11-ssh-askpass/
|
H A D | configure.ac | 5734 E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}`
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | openssh.spec | 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz 39 %package askpass 44 Provides: openssh:${_libdir}/ssh/ssh-askpass 88 - Updated for new gnome-ssh-askpass build 90 - Made symlink to gnome-ssh-askpass called ssh-askpass 147 cd x11-ssh-askpass-%{xversion} 167 cd x11-ssh-askpass-%{xversion} 236 %files askpass 238 %doc x11-ssh-askpass-%{xversion}/README 239 %doc x11-ssh-askpass-%{xversion}/ChangeLog [all …]
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 91 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 143 %package askpass 149 %package askpass-gnome 183 %description askpass 188 %description askpass-gnome 240 pushd x11-ssh-askpass-%{aversion} 259 mv gnome-ssh-askpass2 gnome-ssh-askpass 262 mv gnome-ssh-askpass1 gnome-ssh-askpass 282 install x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-a… 283 ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass [all …]
|
H A D | gnome-ssh-askpass.csh | 1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
|
H A D | gnome-ssh-askpass.sh | 1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
/freebsd/crypto/openssh/regress/ |
H A D | keygen-convert.sh | 6 cat > $OBJ/askpass <<EOD 10 chmod u+x $OBJ/askpass 48 SSH_ASKPASS=$OBJ/askpass SSH_ASKPASS_REQUIRE=force \
|
H A D | Makefile | 135 key.ed25519-512.pub key.rsa-* keys-command-args kh.* askpass \
|
/freebsd/crypto/openssh/contrib/ |
H A D | Makefile | 22 rm -f *.o gnome-ssh-askpass gnome-ssh-askpass[123]
|
H A D | README | 22 http://www.jmknoble.net/software/x11-ssh-askpass/ 33 gnome-ssh-askpass[12]:
|