SSH Banner Message
Login as root and edit ssh config file
# vi /etc/ssh/sshd_config
Find this variable in the config file
# Banner /some/locations/file
Uncomment it and save the file
Restart openssh server
# /etc/init.d/ssh restart
SSH Timeout
echo “TMOUT=300 >> /etc/bashrc
echo “readonly TMOUT” >> /etc/bashrc
echo “export TMOUT” >> /etc/bashrc
No comments:
Post a Comment