shell: 脚本获取ssh 端口号

s_p=`cat /etc/ssh/sshd_config |grep Port | grep 22| tail -1`
p=${s_p/"Port "/""}
echo p

你可能感兴趣的:(linux进阶学习,ssh,服务器,运维)