Installation - Linux (1 of 2)
Installation - Linux (1 of 2)
- Unpack the distribution file with gzip and tar ( tar -zxpvf ssh-blah.tgz )
- Compile the source code ( ./configure ; make ; make install )
- Edit server configuration file ( vi /etc/sshd_config )
- Edit client configuration file - user defaults ( vi /etc/ssh_config )
- Edit /etc/rc.d/init/network script to start sshd.