search for: askpass2

Displaying 11 results from an estimated 11 matches for "askpass2".

Did you mean: askpass
2003 Oct 29
2
OpenSSH and Redhat 8
John, The following steps should work for you (or anyone buildling on a RedHat box): 1) Get the official OpenSSH source RPM from ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/rpm/SRPMS/openssh-3.7.1p2-1.src.rpm 2) Do 'rpmbuild --rebuild ./openssh-3.7.1p2-1.src.rpm' from where you saved the file. 3) This should create the following files in /usr/src/redhat/RPMS/i386:
2016 Nov 19
2
[Bug 2640] New: Make gnome-ssh-askpass2 buildable with GTK+ 3
https://bugzilla.mindrot.org/show_bug.cgi?id=2640 Bug ID: 2640 Summary: Make gnome-ssh-askpass2 buildable with GTK+ 3 Product: Portable OpenSSH Version: 7.3p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org...
2012 Jan 13
0
[PATCH 1/1] Ported gnome-ssh-askpass2 to gtk3.
...+++++++++++++++++++++++++++++++++++++++++ 2 files changed, 226 insertions(+), 1 deletions(-) create mode 100644 contrib/gnome-ssh-askpass3.c diff --git a/contrib/Makefile b/contrib/Makefile index 8b34eb2..b9168df 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -11,5 +11,10 @@ gnome-ssh-askpass2: gnome-ssh-askpass2.c gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ `pkg-config --libs gtk+-2.0 x11` +gnome-ssh-askpass3: gnome-ssh-askpass3.c + $(CC) `pkg-config --cflags gtk+-3.0` \ + gnome-ssh-askpass3.c -o gnome-ssh-askpass3 \ + `pkg-config --libs gtk+-3.0 x11` + clean: - rm -f *.o...
2010 Mar 01
2
[Bug 1725] New: use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725 Summary: use x11.pc when linking gnome-ssh-askpass2 Product: Portable OpenSSH Version: 5.3p1 Platform: Other URL: http://bugs.debian.org/555951 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassig...
2007 Nov 22
3
[PATCH] one-time ssh-agent confirmation password
...The second allows you to create two fully separated authentication factors - the private key and one-time password - without using a specialized hardware token. Both are described in the attached README. -------------- next part -------------- A non-text attachment was scrubbed... Name: gnome-ssh-askpass2.c.patch Type: text/x-patch Size: 3886 bytes Desc: not available Url : http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20071121/58c326ea/attachment.bin -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: README Url: http://lists.min...
2011 Feb 24
3
[Bug 1871] New: ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase
https://bugzilla.mindrot.org/show_bug.cgi?id=1871 Summary: ssh-askpass should be able to distinguish between a prompt for confirmation and a prompt for an actual passphrase Product: Portable OpenSSH Version: 5.8p1 Platform: All OS/Version: All Status: NEW Severity: normal
2007 Nov 24
7
[Bug 1393] New: patch modifies gnome-ssh-askpass to optionally use one-time password
...words: patch Severity: enhancement Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: pgsery at swcp.com Created an attachment (id=1383) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1383) modifies gnome-ssh-askpass2.c to use one-time password Patch modifies gnome-ssh-askpass to optionally generate a one-time password and transmit it via an out-of-band communication channel. If you can read the password and enter it back into the gnome-ssh-askpass dialog, ssh-agent is allowed to continue with the authenticatio...
2010 Apr 16
0
Announce: OpenSSH 5.5 released
...es used for user authentication more clear and consistent between CAs specified using TrustedUserCAKeys and authorized_keys Portable OpenSSH: * Allow contrib/ssh-copy-id to fail gracefully when there are no keys in the ssh-agent. bz#1723 * Explicitly link libX11 into contrib/gnome-ssh-askpass2. bz#1725 * Allow ChrootDirectory to work in SELinux platforms. bz#1726 * Add configure.ac stanza for Haiku OS. bz#1741 * Enable utmpx support on FreeBSD where possible. bz#1732 * Use pkg-config to determine libedit linker flags where possible. bz#1744 Checksums: ========== - SHA1 (openss...
2010 Apr 16
0
Announce: OpenSSH 5.5 released
...es used for user authentication more clear and consistent between CAs specified using TrustedUserCAKeys and authorized_keys Portable OpenSSH: * Allow contrib/ssh-copy-id to fail gracefully when there are no keys in the ssh-agent. bz#1723 * Explicitly link libX11 into contrib/gnome-ssh-askpass2. bz#1725 * Allow ChrootDirectory to work in SELinux platforms. bz#1726 * Add configure.ac stanza for Haiku OS. bz#1741 * Enable utmpx support on FreeBSD where possible. bz#1732 * Use pkg-config to determine libedit linker flags where possible. bz#1744 Checksums: ========== - SHA1 (openss...
2008 Feb 06
2
[PATCH] Out-of-band challenge (OBC) authentication method
This patch (https://bugzilla.mindrot.org/show_bug.cgi?id=1438) creates a kbdint device that provides a server-based authentication mechanism. The server generates and emails you a random string when you attempt to login. You're authenticated if you can correctly answer the challenge. You can use a regular email account, a pager, cell phone or other email capable device to receive the
2016 Jul 08
74
[Bug 2594] New: Tracking bug for OpenSSH 7.4 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2594 Bug ID: 2594 Summary: Tracking bug for OpenSSH 7.4 release Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Keywords: meta Severity: normal Priority: P1 Component: Miscellaneous