• ssh strangeness

    From Hylian@VERT to All on Tue Jan 3 19:30:49 2017
    For some reason I can't ssh into vert.synchro.net...

    I can telnet all day long, but when I try a ssh connection, I get this:

    denny@denny-HP-Compaq-8200-Elite-SFF-PC:~$ ssh hylian@vert.synchro.net ssh_exchange_identification: read: Connection reset by peer

    I'm curious if anyone else ran into this? I can ssh from my android phone no problem, but no ssh on my desktop..??

    -Denny
    Denny's Computers - "Not profit seeking" PC Repair - http://dpccom.blogspot.com ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Hylian@VERT to All on Tue Jan 3 19:34:48 2017
    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:30 pm

    For some reason I can't ssh into vert.synchro.net...

    I can telnet all day long, but when I try a ssh connection, I get this:

    denny@denny-HP-Compaq-8200-Elite-SFF-PC:~$ ssh hylian@vert.synchro.net ssh_exchange_identification: read: Connection reset by peer

    I'm curious if anyone else ran into this? I can ssh from my android phone no problem, but no ssh on my desktop..??

    -Denny
    Denny's Computers - "Not profit seeking" PC Repair - http://dpccom.blogspot.

    After running the ssh command with sudo (thinking it is a priveledges problem) I get this:

    Received disconnect from 71.95.196.34 port 22:2: Handshake failed
    Disconnected from 71.95.196.34 port 22

    So I am assuming my first problem is due to some file with vert blacklisted or not whitelisted...

    -Denny
    Denny's Computers - "Not profit seeking" PC Repair - http://dpccom.blogspot.com ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Digital Man@VERT to Hylian on Wed Jan 4 10:13:11 2017
    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:34 pm

    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:30 pm

    For some reason I can't ssh into vert.synchro.net...

    I can telnet all day long, but when I try a ssh connection, I get this:

    denny@denny-HP-Compaq-8200-Elite-SFF-PC:~$ ssh hylian@vert.synchro.net ssh_exchange_identification: read: Connection reset by peer

    I'm curious if anyone else ran into this? I can ssh from my android phone no problem, but no ssh on my desktop..??

    After running the ssh command with sudo (thinking it is a priveledges problem) I get this:

    Received disconnect from 71.95.196.34 port 22:2: Handshake failed Disconnected from 71.95.196.34 port 22

    So I am assuming my first problem is due to some file with vert blacklisted or not whitelisted...

    More likely it has to do with changes in OpenSSH which require a crypto algorithm that Cryptlib doesn't support. I think it's a known problem. Try using a different SSH client.

    digital man

    Synchronet/BBS Terminology Definition #58:
    XSDK = Synchronet External Program Software Development Kit for C/C++
    Norco, CA WX: 69.9øF, 16.0% humidity, 4 mph WSW wind, 0.00 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Hemo@VERT/UJOINT to Digital Man on Wed Jan 4 14:29:44 2017
    Re: ssh strangeness
    By: Digital Man to Hylian on Wed Jan 04 2017 10:13 am

    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:34 pm

    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:30 pm

    For some reason I can't ssh into vert.synchro.net...

    I can telnet all day long, but when I try a ssh connection, I get
    this:
    denny@denny-HP-Compaq-8200-Elite-SFF-PC:~$ ssh
    hylian@vert.synchro.net ssh_exchange_identification: read:
    Connection reset by peer
    I'm curious if anyone else ran into this? I can ssh from my android
    phone no problem, but no ssh on my desktop..??

    After running the ssh command with sudo (thinking it is a priveledges
    problem) I get this:

    Received disconnect from 71.95.196.34 port 22:2: Handshake failed
    Disconnected from 71.95.196.34 port 22

    So I am assuming my first problem is due to some file with vert
    blacklisted or not whitelisted...

    More likely it has to do with changes in OpenSSH which require a crypto algorithm that Cryptlib doesn't support. I think it's a known problem. Try using a different SSH client.


    Can try this from linux command line:

    ssh -o KexAlgorithms=diffie-hellman-group1-sha1 vert.synchro.net

    If that works, update ~/.ssh/config with:
    Host vert.synchro.net
    KexAlgorithms diffie-hellman-group1-sha1

    once the config is added, then a simple "ssh vert.synchro.net" is all that is needed.

    --
    Hemo

    ... A triangle which has an angle of 135 degrees is called an obscene triangle

    ---
    þ Synchronet þ - Running madly into the wind and screaming - bbs.ujoint.org
  • From Hylian@VERT to Hemo on Wed Jan 4 14:02:40 2017
    Re: ssh strangeness
    By: Hemo to Digital Man on Wed Jan 04 2017 02:29 pm

    Re: ssh strangeness
    By: Digital Man to Hylian on Wed Jan 04 2017 10:13 am

    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:34 pm

    Re: ssh strangeness
    By: Hylian to All on Tue Jan 03 2017 07:30 pm

    For some reason I can't ssh into vert.synchro.net...

    I can telnet all day long, but when I try a ssh connection, I get
    this:
    denny@denny-HP-Compaq-8200-Elite-SFF-PC:~$ ssh
    hylian@vert.synchro.net ssh_exchange_identification: read:
    Connection reset by peer
    I'm curious if anyone else ran into this? I can ssh from my android
    phone no problem, but no ssh on my desktop..??

    After running the ssh command with sudo (thinking it is a priveledges
    problem) I get this:

    Received disconnect from 71.95.196.34 port 22:2: Handshake failed
    Disconnected from 71.95.196.34 port 22

    So I am assuming my first problem is due to some file with vert
    blacklisted or not whitelisted...

    More likely it has to do with changes in OpenSSH which require a crypto algorithm that Cryptlib doesn't support. I think it's a known problem. using a different SSH client.


    Can try this from linux command line:

    ssh -o KexAlgorithms=diffie-hellman-group1-sha1 vert.synchro.net

    If that works, update ~/.ssh/config with:
    Host vert.synchro.net
    KexAlgorithms diffie-hellman-group1-sha1

    once the config is added, then a simple "ssh vert.synchro.net" is all that i needed.

    --
    Hemo

    ... A triangle which has an angle of 135 degrees is called an obscene triang


    That worked except I had to change it to ssh -o KexAlgorithms=diffie-hellman-group1-sha1 hylian@vert.synchro.net.

    Thanks for the heads up!
    -Denny
    Denny's Computers - "Not profit seeking" PC Repair - http://dpccom.blogspot.com ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net