Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2007 12:03:43 -0500
From:      Jonathan Horne <freebsd@dfwlp.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: ssh-copy-id
Message-ID:  <200707131203.44119.freebsd@dfwlp.com>
In-Reply-To: <200707131651.12198.lists-fbsd@shadypond.com>
References:  <200707131651.12198.lists-fbsd@shadypond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 13 July 2007 11:51:12 Pollywog wrote:
> Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package,
> what is the best way to copy a public key to an account on another host? 
> Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in
> their OpenSSH packages.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"

i just scp the id file to my homedir on the destination computer.  then i:

cat id_rsa.pub >> .ssh/authorized_keys2

hth,
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
freebsd@dfwlp.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707131203.44119.freebsd>