Tuesday, July 11, 2006

Install SSH Fedora Core

1. Pindah ke folder /etc/ssh
2. vi sshd_config
3. modify this line :
       Port --> 22
       PermitRootLogin yes --> root bisa ssh (resiko tanggung sendiri)
       PasswordAuthentication yes
4. simpan
5. service sshd restart
6. test menggunakan program putty atau lainnya.

No comments: