#!/bin/bash sed -i 's/PermitRootLogin without-password/PermitRootLogin yes/g' /etc/ssh/sshd_config sed -i 's/#PasswordAuthentication yes/PasswordAuthentication yes/g' /etc/ssh/sshd_config sed -i 's/#GSSAPIAuthentication no/GSSAPIAuthentication no/g' /etc/ssh/sshd_config echo "UseDNS no" >> /etc/ssh/sshd_config service ssh restart
    但谈何容易。
                    
                
                
            
        
浙公网安备 33010602011771号