Update rhel.sh
This commit is contained in:
parent
4d1ac42057
commit
573cc3fc47
|
|
@ -48,6 +48,8 @@ if [ ! -d /root/.acme.sh ];then
|
|||
curl https://get.acme.sh | sh
|
||||
fi
|
||||
|
||||
yum install -y net-tools
|
||||
|
||||
SSH_PORT=`netstat -ntpl|grep sshd|grep -v grep | sed -n "1,1p" | awk '{print $4}' | awk -F : '{print $2}'`
|
||||
if [ "$SSH_PORT" == "" ];then
|
||||
SSH_PORT_LINE=`cat /etc/ssh/sshd_config | grep "Port \d*" | tail -1`
|
||||
|
|
|
|||
Loading…
Reference in New Issue