Displaying 5 results from an estimated 5 matches for "rjmooney".
Did you mean:
mooney
2001 Mar 10
2
passphrase for non existent key?
...SH2. Creating a DSA key without a password and copying the public
portion to the server's authorized_keys2 allowed me to login w/o a password. I downloaded and installed the latest version of SSH
from OpenBSD CVS, and now its asking me for the passphrase to a non-existent RSA key. i.e. /home/rjmooney/.ssh/identity doesn't
exist on either end. Nor does id_rsa. Yet, I'm still being prompted.
IMO (and maybe this just a problem with the OpenBSD version), SSH should just skip keys that don't exist.
- Rob
cafefx:~/.ssh$ ssh motion -v -v -v
OpenSSH_2.5.1, SSH protocols 1.5/2.0, OpenS...
2002 Feb 02
2
disabling the authentication agent?
...to host2 [] port 22.
debug1: temporarily_use_uid: 1000/1000 (e=0)
debug1: restore_uid
debug1: temporarily_use_uid: 1000/1000 (e=0)
debug1: restore_uid
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: identity file /home/rjmooney/.ssh/identity type -1
debug1: identity file /home/rjmooney/.ssh/id_rsa type -1
debug1: identity file /home/rjmooney/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.0.2
debug1: match: OpenSSH_3.0.2 pat OpenSSH*
Enabling compatibility mode for protocol 2.0
d...
2009 Aug 21
3
require SSL certs only for encrypted connections?
...ngs / Server Settings:
Use Secure Connection: Never
Use Secure Authentication: unchecked
Until now, this has worked very well. No problems so far.
But now I am also setting up IMAPS for remote iPhone clients, with
client/server certificates. This is how I generated the certs:
http://impetus.us/~rjmooney/projects/misc/clientcertauth.html
On the iPhone I uploaded the client.crt file (couldn't import client.p12
for some reason). For Dovecot I am using ca.crt, server.crt and server.key.
ssl_listen: *:993
ssl_disable: no
ssl_ca_file: /blah/ca.crt
ssl_cert_file: /blah/server.crt
ssl_key_file: /bl...
2012 Feb 17
4
[Bug 1981] New: Trying to use ssh with a missing identity file gives no warnings
https://bugzilla.mindrot.org/show_bug.cgi?id=1981
Bug #: 1981
Summary: Trying to use ssh with a missing identity file gives
no warnings
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
2001 Feb 08
1
openbsd-compat/vis.c fails to build (patch)
vis.c from the 20010208 snap fails to build under OpenBSD 2.8. apply the following in the openssh root to fix:
--- openbsd-compat/vis.c.old Thu Feb 8 09:21:18 2001
+++ openbsd-compat/vis.c Thu Feb 8 09:21:26 2001
@@ -35,9 +35,9 @@
static char rcsid[] = "$OpenBSD: vis.c,v 1.5 2000/07/19 15:25:13 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
-#ifndef HAVE_VIS
-