Friday, May 23, 2008

Linux Server

Install the latest security updates ... (again)
Check if sshd is running, if not install the package:
> ps -ef | grep sshd
1000 8168 7633 0 21:59 pts/0 00:00:00 grep sshd
> sudo apt-get install openssh-server
[...]
> ps -ef | grep sshd
root 8349 1 0 22:03 ? 00:00:00 /usr/bin/sshd
1000 8373 7633 0 21:59 pts/0 00:00:00 grep sshd
Looking for Axkit package now ...

No comments: