Want more timely Centmin Mod News Updates?
Become a Member

Everytime i open Centminmod this make my SSH connection crash

Discussion in 'Bug Reports' started by BLM, Jun 24, 2017.

  1. BLM

    BLM New Member

    18
    2
    3
    Jun 24, 2017
    Ratings:
    +3
    Local Time:
    12:32 PM
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit
    • Centmin Mod Version Installed: 123.09beta01
    • Nginx Version Installed: 1.13.1
    • PHP Version Installed: 7.1.6
    • MariaDB MySQL Version Installed: 10.1.24
    • When was last time updated Centmin Mod code base ? : i can't


    Sorry for my english. As i said: everytime i open Centminmod this make my SSH connection crash. Can't do nothing. If i use command console without open centminmod i've no problems at all.


    [​IMG]
     
  2. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    who's your web host for the server ? and web host hosting plan ?

    what ISP connection speed do you have ?

    I don't use putty so can't be sure what the issue is, google-fu might help LMGTFY

    i.e.
    check if your ISP ip address is blocked in CSF Firewall
    Code (Text):
    csf -g YOURISP_IPADDRESS
    


    also try a manual centmin mod code update before running centmin.sh menu
    Code (Text):
    cd /usr/local/src/centminmod
    git stash
    git pull
    ./centmin.sh
    
     
  3. BLM

    BLM New Member

    18
    2
    3
    Jun 24, 2017
    Ratings:
    +3
    Local Time:
    12:32 PM
    Thanks i fixed it changing the SSH port
     
  4. eva2000

    eva2000 Administrator Staff Member

    55,396
    12,255
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,835
    Local Time:
    8:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    strange never heard of crash due to ssh port 22 ?