Remote FreeBSD via Putty : Setting SSHD
November 21, 2010 Leave a Comment
This is step by step to setting SSHd so you can access root in freeBSD via putty :
1. ee /etc /ssh/sshd_config
2. uncomment PermitRootLogin(it should be in line 47) and change it into yes
3. save that configuration
4. /etc/rc.d/sshd restart or reboot your machine
5. try to remote your machine via putty and enjoy it
Advertisement
Recent Comments