similar to: [Bug 983] Required authentication

Displaying 20 results from an estimated 100000 matches similar to: "[Bug 983] Required authentication"

2005 Feb 09
1
[Bug 983] Required authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=983 Summary: Required authentication Product: Portable OpenSSH Version: -current Platform: All OS/Version: OpenBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: djm at mindrot.org
2012 Nov 01
5
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|pgsery at swcp.com |djm at mindrot.org --- Comment #58 from Damien Miller
2008 Jun 13
3
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pgsery at swcp.com --- Comment #18 from Damien Miller <djm at mindrot.org> 2008-06-13 13:56:12 --- *** Bug
2006 Apr 17
9
[Bug 983] Required authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=983 ------- Comment #7 from dtucker at zip.com.au 2006-04-17 22:00 ------- (From update of attachment 807) This bit doesn't seem right: >+ /* Loop until the required authmethods are done */ >+ if (authenticated &amp;&amp; options.required_auth1 != NULL) { >+ if (auth_remove_from_list(&amp;options.required_auth1, >+
2005 Jul 22
0
[Bug 983] Required authentication
http://bugzilla.mindrot.org/show_bug.cgi?id=983 ------- Additional Comments From openssh at yihye-beseder.no-ip.com 2005-07-22 18:01 ------- Created an attachment (id=941) --> (http://bugzilla.mindrot.org/attachment.cgi?id=941&action=view) Adds "RequireBothPasswordAndPubKey" authorization option to SSHd I'll attach my patch as well so it exists someplace else besides
2011 Sep 06
16
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1930 --- Comment #34 from Damien Miller <djm at mindrot.org> 2011-09-06 10:34:24 EST --- Retarget unresolved
2010 Jan 07
4
[Bug 983] Required authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=983 --- Comment #26 from Paul Sery <pgsery at swcp.com> 2010-01-08 08:09:14 EST --- The configuration below is incorrect. When using protocol 2, it should read: ... RequiredAuthentications2 password Also, there's no need to specify publickey in conjunction with other authentication methods because it will always be tried first (as specified
2007 Jun 22
1
[Bug 1223] tun/tap capability requires root privileges
http://bugzilla.mindrot.org/show_bug.cgi?id=1223 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|tun/tap capability only |tun/tap capability requires |works with root login |root privileges
2014 Dec 01
4
[Bug 2322] New: please let the server enable/disable delayed compression on a per user basis
https://bugzilla.mindrot.org/show_bug.cgi?id=2322 Bug ID: 2322 Summary: please let the server enable/disable delayed compression on a per user basis Product: Portable OpenSSH Version: 3.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2014 Dec 03
4
[Bug 2323] New: Two factor authentication with two different SSH keys
https://bugzilla.mindrot.org/show_bug.cgi?id=2323 Bug ID: 2323 Summary: Two factor authentication with two different SSH keys Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs
2017 Mar 21
3
[Bug 2696] New: Allow to restrict access to service using authentication indicators
https://bugzilla.mindrot.org/show_bug.cgi?id=2696 Bug ID: 2696 Summary: Allow to restrict access to service using authentication indicators Product: Portable OpenSSH Version: 7.4p1 Hardware: Other OS: Linux Status: NEW Keywords: patch Severity: enhancement Priority:
2023 Dec 07
3
[Bug 3641] New: Improved SELinux support for openssh
https://bugzilla.mindrot.org/show_bug.cgi?id=3641 Bug ID: 3641 Summary: Improved SELinux support for openssh Product: Portable OpenSSH Version: 9.5p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at
2020 Oct 30
3
[Bug 3227] New: two way user based public key authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=3227 Bug ID: 3227 Summary: two way user based public key authentication Product: Portable OpenSSH Version: 8.4p1 Hardware: ARM OS: Mac OS X Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee:
2007 May 17
1
[Bug 1285] provide fallback options /etc/ssh/ssh_config
http://bugzilla.mindrot.org/show_bug.cgi?id=1285 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|no way to override SendEnv |provide fallback options |directive in |/etc/ssh/ssh_config
2013 Apr 16
2
[Bug 2093] New: don't forward authentication for the whole keyring
https://bugzilla.mindrot.org/show_bug.cgi?id=2093 Bug ID: 2093 Summary: don't forward authentication for the whole keyring Classification: Unclassified Product: Portable OpenSSH Version: 5.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component:
2017 May 06
3
[Bug 2712] New: Add fingerprint of key used for public key authentication to PAM handle
https://bugzilla.mindrot.org/show_bug.cgi?id=2712 Bug ID: 2712 Summary: Add fingerprint of key used for public key authentication to PAM handle Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5
2005 Apr 21
2
[Bug 1023] Add support for dhgex-sha512
http://bugzilla.mindrot.org/show_bug.cgi?id=1023 Summary: Add support for dhgex-sha512 Product: Portable OpenSSH Version: -current Platform: All OS/Version: OpenBSD Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: djm at
2006 Mar 08
4
[Bug 1172] [PATCH] Restrict public key authentication to scp access only
http://bugzilla.mindrot.org/show_bug.cgi?id=1172 Summary: [PATCH] Restrict public key authentication to scp access only Product: Portable OpenSSH Version: 4.3p2 Platform: All OS/Version: Linux Status: NEW Keywords: patch Severity: enhancement Priority: P2 Component: scp
2016 Mar 22
2
[Bug 2557] New: Incorrect file entries in openssh.spec
https://bugzilla.mindrot.org/show_bug.cgi?id=2557 Bug ID: 2557 Summary: Incorrect file entries in openssh.spec Product: Portable OpenSSH Version: 7.2p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs
2015 Mar 25
3
[Bug 2372] New: Print warning when file permissions too loose for ssh key authentication
https://bugzilla.mindrot.org/show_bug.cgi?id=2372 Bug ID: 2372 Summary: Print warning when file permissions too loose for ssh key authentication Product: Portable OpenSSH Version: 6.9p1 Hardware: 68k OS: Mac OS X Status: NEW Severity: enhancement Priority: P5