View Single Post
Old 31st May 2010
Mr-Biscuit Mr-Biscuit is offline
Banned
 
Join Date: May 2008
Posts: 272
Default

I'm having a problem with host key importing/exporting.

Code:
$ 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
$ ssh -Y -p 2442 moleque@192.168.1.3
The authenticity of host '[192.168.1.3]:2442 ([192.168.1.3]:2442)' can't be established.
DSA key fingerprint is bd:7c:29:4e:48:df:01:01:46:75:68:fb:fb:2a:90:07.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[192.168.1.3]:2442' (DSA) to the list of known hosts.
Permission denied (publickey,keyboard-interactive).
$ ssh -Y -p 2442 moleque@192.168.1.3
Permission denied (publickey,keyboard-interactive).
$

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.

Last edited by Mr-Biscuit; 31st May 2010 at 03:21 AM.
Reply With Quote