View Single Post
Old 31st May 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Quote:
Originally Posted by Mr-Biscuit View Post
Code:
$ pwd
/home/moleque/.ssh
$ uname -a
OpenBSD moo.my.domain 4.6 GENERIC#58 i386
$ ls
authorized_keys     id_dsa.pub          id_rsa.pub          moleque@192.168.1.5
id_dsa              id_rsa              known_hosts
$
Code:
$ pwd
/home/moleque/.ssh
$ uname -a
FreeBSD tima.tiza 9.0-20100418-SNAP FreeBSD 9.0-20100418-SNAP #0: Sun Apr 18 06:51:02 UTC 2010     root@dynode.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC  powerpc
$ ls
known_hosts		moleque@192.168.1.3
$
I'm putting the information down because something is escaping me.
I could be wrong but IMHO you probably have copied the keys with
Code:
$ scp id_dsa.pub moleque@192.168.1.3
That creates a local copy of the id_dsa.pub file with the name of moleque@192.168.1.3

In http://www.daemonforums.org/showthread.php?t=1758 I give a correct way to append a public key file to the .authorized_keys file.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote