码迷,mamicode.com
首页 > 其他好文 > 详细

【sshd】setting_ssh_banner.sh

时间:2014-12-24 18:34:33      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:sshd

【sshd】setting_ssh_banner.sh

#!/bin/bash
#
cat << _SSHCONFIG > /etc/ssh/ssh.banner
[-] welcome to the wonderland ...
[^]
  . ____         . ____
 /\\  ___ ‘\\     /\\  ____‘\ \\ \\  _  \\ \\    \\ \\ \\   \\/
  \\ \\ \\/\\ \\/     \\ \\ \   \\ \\  - /       \\ \\ \    \\ \\ \\          \\ \\ \     \\ \\ \\          \\ \\ \      \\ \\ \\          \\ \\ \\ __/\       \\ \\ \\          \\_\\/____/
        \\_\\/
[^] 
[^] ‘.‘: hard working now, take care!
_SSHCONFIG

sed -i s/^Banner/#Banner/ /etc/ssh/sshd_config 
sed -i /^#Banner/d /etc/ssh/sshd_config 
echo "Banner /etc/ssh/ssh.banner" >>/etc/ssh/sshd_config
service sshd reload


【sshd】setting_ssh_banner.sh

标签:sshd

原文地址:http://nosmoking.blog.51cto.com/3263888/1594714

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!