ฉันพยายามที่จะ ssh ลงในเครื่องระยะไกล แต่มันแฮงค์เมื่อมองหาไฟล์ข้อมูลประจำตัว:
[username@local .ssh]$ ssh -v remote uname
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /home/username/.ssh/config
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to remote [192.168.3.36] port 22.
debug1: Connection established.
debug1: identity file /home/username/.ssh/identity type -1
debug1: identity file /home/username/.ssh/id_rsa type -1
debug1: identity file /home/username/.ssh/id_dsa type -1
ฉันสามารถ ping เครื่องได้ตามปกติและเห็นได้ชัดว่ามันทำงานกับบริการ sshd ที่กำลังทำงานอยู่ ... ฉันไม่รู้วิธีเข้าสู่ระบบ ในความเป็นจริงฉันต้องการรีบูต ไม่เป็นไร สิ่งที่: มันข้ามมหาสมุทร (ฉันอยู่ในสหรัฐอเมริกาและเครื่องอยู่ในยุโรป) ฉันจะเรียกใช้หลายร้อยกระทู้ java ในเวลาเดียวกันและเห็นได้ชัดว่ามันมากเกินไปสำหรับโฮสต์
ฉันจะกลับเข้ามาได้อย่างไร?