Re: [CentOS] sshd problem on reboot

2017-01-07 Thread Robbert Eggermont
Hi, It sounds like sshd is started before the network interface is available. When I upgraded from 7.2 to 7.3, rpc.gssd was also started before the network interfaces were available. This "just worked" from 7.0 up to 7.2. I have no idea what causes this unexpected and unwanted change in

[CentOS] sshd problem on reboot

2017-01-07 Thread Alessandro Baggi
Hi list, I have a dedicated server managed through ssh and this morning I have upgraded my system from 7.2 to 7.3. After yum finished his work, and rebooted my server. After reboot I tried to log in with ssh and got "Connection refused". I've noticed that all public services were online. So

Re: [CentOS] sshd problem

2011-02-01 Thread Yang Yang
yes,it is clean reinstall server it has nothing error on server's logs (message secure) idc is like softlayer.com's company,only diffirult is the server is mine is it nignx or mysql's problem??it can ping ok,but ssh is not good,and when reboot,all thing ok soon thanks for you answer

[CentOS] sshd problem

2011-01-31 Thread Yang Yang
my server is on centos 5.5,it is just a new reinstall system i build a php depend on server and used nginx,php,mysql ssh is default 22 port The system perfomance good a few time.but it is always happen a problem only need hardware reboot to solve.the server is on idc.so i can not see the local

Re: [CentOS] sshd problem

2011-01-31 Thread Kai Schaetzl
Yang Yang wrote on Mon, 31 Jan 2011 19:52:59 +0800: i do not know what happen,please give me a good answer Did you already check http://www.google.de/search?as_q=SSH2_MSG_KEXINIT ? Kai ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] sshd problem

2011-01-31 Thread Yang Yang
i visit some webpage like http://stackoverflow.com/questions/2419412/ssh-connection-stop-at-debug1-ssh2-msg-kexinit-sent it is very like my problem but unfornatuly,i do not find the reson and solve it thanks,i am new guy on linux,please give me futher advice On Mon, Jan 31, 2011 at 9:11 PM,

Re: [CentOS] sshd problem

2011-01-31 Thread Kai Schaetzl
From the search results this is likely a network/routing/network settings problem on your side and not specific to CentOS at all. Kai ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sshd problem

2011-01-31 Thread Yang Yang
i set mtu to 576 depende on google search result hope it can help me to resolve the rproblem thanks for all answer 2011/1/31 Kai Schaetzl mailli...@conactive.com From the search results this is likely a network/routing/network settings problem on your side and not specific to CentOS at all.

Re: [CentOS] sshd problem

2011-01-31 Thread Cameron Kerr
The TCP connection is being built successfully. We can know this by the fact that it has progressed to sending an application-layer PDU. If it were a routing issue, it would have failed to build a TCP connection (the SYN-ACK would have failed to return). However, it is closed very soon after,