Help Cannot Get In Shell!!!
i was reading how to secure my server. and i did thisThere's a number of other security tricks that I use , such as:
limiting ssh access
in /etc/hosts.deny
code:--------------------------------------------------------------------------------
sshd: ALL
--------------------------------------------------------------------------------
in /etc/hosts.allow
code:--------------------------------------------------------------------------------
sshd: host.ip.number.1,host.ip.number.2,etc
what i forgot to do was replace host.ip.number.1 with MY information. i have root access to my server, is there any way for me to get in at all?