Searched refs:askpass (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/crypto/openssh/contrib/redhat/
H A Dgnome-ssh-askpass.csh1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
H A Dgnome-ssh-askpass.sh1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
H A Dopenssh.spec8 # Version of ssh-askpass
11 # Do we want to disable building of x11-askpass? (1=yes 0=no)
14 # Do we want to disable building of gnome-askpass? (1=yes 0=no)
23 # Use GTK2 instead of GNOME in gnome-ssh-askpass
43 # Reserve options to override askpass settings with:
88 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
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dreadpass.c51 ssh_askpass(char *askpass, const char *msg) argument
62 if (askpass == NULL)
63 fatal("internal error: askpass undefined");
78 execlp(askpass, askpass, msg, (char *)NULL);
79 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno));
120 char *askpass = NULL, *ret, buf[1024]; local
148 askpass = getenv(SSH_ASKPASS_ENV);
150 askpass = _PATH_SSH_ASKPASS_DEFAULT;
151 if ((ret = ssh_askpass(askpass, promp
[all...]
H A DMakefile.in23 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
/freebsd-13-stable/crypto/openssh/contrib/
H A DMakefile22 rm -f *.o gnome-ssh-askpass gnome-ssh-askpass[123]
/freebsd-13-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec8 # The version of x11-ssh-askpass to use
20 Source1: x11-ssh-askpass-%{xversion}.tar.gz
39 %package askpass
44 Provides: openssh:${_libdir}/ssh/ssh-askpass
64 %description 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
[all...]

Completed in 113 milliseconds