PROMO SELL

Tuesday, March 08, 2005

Installing ssh and sshd

Title: Installing ssh and sshd
Contributor: yudhax (neorganicz)
Last Update: Saturday Mart 20 01:30 EDT 2005


cd /usr/local

Get ftp://ftp.cis.fed.gov/pub/ssh/ssh-2.4.0.tar.gz

wget ftp://ftp.cis.fed.gov/pub/ssh/ssh-2.4.0.tar.gz
tar -xzvf ssh-2.4.0.tar.gz
cd ssh-2.4~.0
./configure
make
make install


# In /etc/rc.d/rc.local:
# SSH Startup
echo Starting SSH Daemon
/usr/local/sbin/sshd

# Start sshd for the first time:
/usr/local/sbin/sshd

# Your done! now just:
ssh machine_name

No comments: