#ssh-keygen -t dsa#cat ~/.ssh/id_dsa.pub | ssh remote_host “cat >> .ssh/authorized_keys”
The SSH server on remote_host must allow pub key authentication.
Archive for March 7th, 2008
To easily setup public key Authentication to Remote host
Posted in GNU/Linux, Solaris Comm on March 7, 2008 | Leave a Comment »
Installing Applications using Packages and Ports in FreeBSD
Posted in FreeBSD on March 7, 2008 | Leave a Comment »
In FreeBSD there are two ways or technologies for installing third-party software: the FreeBSD Ports Collection (for installing from source), and packages (for installing from pre-built binaries). Both of the technologies have some advantages and disadvantages.
For Fresh ports and packages check for the following sites.
http://www.FreeBSD.org/ports/
http://www.FreshPorts.org/
http://www.freshmeat.net/
Using the Package System
# ftp -a ftp2.FreeBSD.org
Connected to ftp2.FreeBSD.org.
220 ftp2.FreeBSD.org [...]


