Search found 1 match
- Wed Aug 31, 2016 9:05 pm
- Forum: Dedicated servers and Virtual Dedicated Servers
- Topic: Server Security
- Replies: 23
- Views: 27383
Re: Server Security
Here are the things I normally do to initially lock things down. Linux: -------- 1. When first logging in, go ahead and create a new user for yourself. - "useradd -m USER" or "adduser USER" 2. Next, edit the /etc/ssh/sshd_config and disable root login. Then restart ssh to take af...