/ip betiği üçüncü terminalde çalıştırın, donuyor ve giriş yapamıyorum ama başka bir makineden/ip'den giriş yapabilirim.SSH
benim yapılandırmaları
İşte# .ssh/config
Host *
ServerAliveInterval 10
ServerAliveCountMax 10
# sshd_config
UsePAM no
MaxSessions 100
MaxStartups 100
son satırında donar, ayrıntılı modda çıktısı: Benim barındırma sağlayıcı ile birçok destek biletleri sonra
OpenSSH_7.2p2, OpenSSL 1.0.2f 28 Jan 2016
debug1: Reading configuration data /home/neelix/.ssh/config
debug1: /home/neelix/.ssh/config line 1: Applying options for *
debug1: /home/neelix/.ssh/config line 11: Applying options for 11.156.112.111
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "11.156.112.111" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 11.156.112.111 [11.156.112.111] port 22.
debug1: Connection established.
debug1: identity file /home/neelix/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/neelix/.ssh/id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2
ssh -v 11.156.112.111 pwd 'yi çalıştırmaya çalışın, ssh sıkışmış olduğu noktayı yakalamak için – Samuel
Soruyu güncelledim. – neelix
Sorunuzda bahsettiğiniz betik, sıkışmış olan tam bir komut mu? – Samuel