Community discussions

MikroTik App
 
Cupitor
just joined
Topic Author
Posts: 1
Joined: Thu Nov 11, 2010 10:32 pm

Problems SSH and terminal (x86 ros 5.18 and up)

Sat Sep 01, 2012 3:08 pm

ROS x86 5.15, 5.18, 5.20
In the transition from version 5.15 to 5.18 or 5.20 stopped working ssh access and a local terminal.
When changing from 5.15 to 5.18, you can go to the router by ssh, but the team sent the script is not executed.
When changing from 5.15 to 5.20 at the entrance to ssh long thinks, then splash screen appears mikrotik, but not the command line. When opening a New terminal in winbox long thinks and does not open the command prompt.
When you return to 5.15 it works.

P.S.
If I do a "Make Supout.rif" or reboot, system return to work.
a similar problem
http://forum.mikrotik.com/viewtopic.php ... sh#p329641
http://forum.mikrotik.com/viewtopic.php ... sh#p326870

add. The problem comes after sending a many of terminal commands.
 
smile__2006
newbie
Posts: 26
Joined: Sat Nov 10, 2007 10:57 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Mon Sep 17, 2012 7:40 pm

same to me( x86, 5.20
 
User avatar
LatinSuD
Member Candidate
Member Candidate
Posts: 181
Joined: Wed Jun 29, 2005 1:05 pm
Location: Spain
Contact:

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Sep 26, 2012 2:06 pm

This script used to work in 4.x.

Now I tested in 5.19 and 5.20 and does not.
echo "/ip hotspot user print terse from=[/ip hotspot user find ];" | ssh admin@192.168.88.1
This script does work in all versions (but is not what i want to run):
echo "/ip hotspot user print terse;" | ssh admin@192.168.88.1
Please Fix IT!!
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 01, 2012 5:54 pm

Version 5.21 too...

Maybe it can help

ssh -vv [host]
For good connections - debug2: tcpwinsz: 66608 for connection: 3
For bad connections - debug2: tcpwinsz: 66056 for connection: 3
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Mon Nov 05, 2012 5:37 pm

Tried from different OS (FreeBSD, Linux, Windows(PuTTY)).
Problem present on different devices: 2*RB800 and 4*RB433AH.
Only reboot can help for some time.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 15, 2012 3:34 pm

can you post output with -vvvv flags, along with RouterOS ssh log with the problem.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 15, 2012 3:52 pm

can you post output with -vvvv flags, along with RouterOS ssh log with the problem.
ssh -vvv HOST
OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503, OpenSSL 0.9.8q 2 Dec 2010
debug1: Reading configuration data /home/XXXXXX/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to HOST [XXX.XXX.XXX.XXX] port 22.
debug2: fd 3 setting O_NONBLOCK
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug3: timeout: 9999 ms remain after connect
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/XXXXXX/.ssh/id_rsa" as a RSA1 public key
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /home/XXXXXX/.ssh/id_rsa type 1
debug1: identity file /home/XXXXXX/.ssh/id_rsa-cert type -1
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/XXXXXX/.ssh/id_dsa" as a RSA1 public key
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-----END'
debug3: key_read: missing keytype
debug1: identity file /home/XXXXXX/.ssh/id_dsa type 2
debug1: identity file /home/XXXXXX/.ssh/id_dsa-cert type -1
debug1: identity file /home/XXXXXX/.ssh/id_ecdsa type -1
debug1: identity file /home/XXXXXX/.ssh/id_ecdsa-cert type -1
debug1: Remote protocol version 2.0, remote software version ROSSSH
debug1: no match: ROSSSH
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503
debug2: fd 3 setting O_NONBLOCK
debug3: ssh_load_hostkeys: loading entries for host "HOST" from file "/home/XXXXXX/.ssh/known_hosts"
debug3: ssh_load_hostkeys: found key type DSA in file /home/XXXXXX/.ssh/known_hosts:124
debug3: ssh_load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-dss,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss
debug2: kex_parse_kexinit: aes192-cbc,aes128-cbc,aes256-cbc,blowfish-cbc,3des-cbc
debug2: kex_parse_kexinit: aes192-cbc,aes128-cbc,aes256-cbc,blowfish-cbc,3des-cbc
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5
debug2: kex_parse_kexinit: hmac-sha1,hmac-md5
debug2: kex_parse_kexinit: none
debug2: kex_parse_kexinit: none
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 133/256
debug2: bits set: 530/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: DSA bc:1a:0a:e6:38:3f:3c:2c:cf:3d:e1:00:f3:71:9e:e0
debug3: ssh_load_hostkeys: loading entries for host "HOST" from file "/home/XXXXXX/.ssh/known_hosts"
debug3: ssh_load_hostkeys: found key type DSA in file /home/XXXXXX/.ssh/known_hosts:124
debug3: ssh_load_hostkeys: loaded 1 keys
debug1: Host 'HOST' is known and matches the DSA host key.
debug1: Found key in /home/XXXXXX/.ssh/known_hosts:124
debug2: bits set: 512/1024
debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/XXXXXX/.ssh/id_rsa (0x2882f0a0)
debug2: key: /home/XXXXXX/.ssh/id_dsa (0x2882f100)
debug2: key: /home/XXXXXX/.ssh/id_ecdsa (0x0)
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/XXXXXX/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering DSA public key: /home/XXXXXX/.ssh/id_dsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Server accepts key: pkalg ssh-dss blen 433
debug2: input_userauth_pk_ok: fp c1:9b:b9:8f:07:4c:77:e4:6b:6a:5b:e4:c8:2f:31:6c
debug3: sign_and_send_pubkey: DSA c1:9b:b9:8f:07:4c:77:e4:6b:6a:5b:e4:c8:2f:31:6c
debug1: read PEM private key done: type DSA
debug1: Authentication succeeded (publickey).
Authenticated to HOST ([XXX.XXX.XXX.XXX]:22).
debug1: Final hpn_buffer_size = 2097152
debug1: HPN Disabled: 0, HPN Buffer Size: 2097152
debug1: channel 0: new [client-session]
debug1: Enabled Dynamic Window Scaling

debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x10
debug2: channel 0: request pty-req confirm 1
debug2: channel 0: request shell confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 2621440 rmax 262144
debug2: tcpwinsz: 66608 for connection: 3
debug2: tcpwinsz: 66608 for connection: 3
debug2: channel_input_status_confirm: type 99 id 0
debug2: PTY allocation request accepted on channel 0
debug2: tcpwinsz: 66608 for connection: 3
debug2: channel_input_status_confirm: type 99 id 0
debug2: shell request accepted on channel 0
debug2: tcpwinsz: 66608 for connection: 3


Then delay ~1 min and continue...

MMM MMM KKK TTTTTTTTTTT KKK
MMMM MMMM KKK TTTTTTTTTTT KKK
MMM MMMM MMM III KKK KKK RRRRRR OOOOOO TTT III KKK KKK
MMM Mdebug2: tcpwinsz: 66608 for connection: 3
debug2: tcpwinsz: 66608 for connection: 3
M MMM III KKKKK RRR RRR OOO OOO TTT III KKKKK
MMM MMM III KKK KKK RRRRRR OOO OOO TTT III KKK KKK
MMM MMM III KKK KKK RRR RRR OOOOOO TTT III KKK KKK

MikroTik RouterOS 5.20 (c) 19debug2: tcpwinsz: 66608 for connection: 3
debug2: tcpwinsz: 66608 for connection: 3
99-2012 http://www.mikrotik.com/

debug2: tcpwinsz: 66608 for connection: 3


And now waiting to infinity
-----------------------------------

ROS log:

15:42:03 ssh,info publickey accepted for user: XXXXXX
15:42:03 system,info,account user XXXXXX logged in from XXX.XXX.XXX.XXX via ssh
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 15, 2012 4:21 pm

please to enable ssh topic in logging, or ssh,debug topics for more details on ROS end.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 15, 2012 5:20 pm

please to enable ssh topic in logging, or ssh,debug topics for more details on ROS end.
Because terminal is not working I attach screenshots
You do not have the required permissions to view the files attached to this post.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Nov 15, 2012 5:22 pm

...
You do not have the required permissions to view the files attached to this post.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Fri Nov 16, 2012 12:19 pm

Nuance... sftp and scp works good.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Dec 12, 2012 12:45 pm

Strange coincidence: Scheduler is inactive on such routers.
You do not have the required permissions to view the files attached to this post.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26815
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Dec 12, 2012 12:49 pm

VARELA, looks like you are using MAC address to connect. This is a very slow and unreliable method of communication, and many items are loaded slowly.

Use IP address and check if you have the same problem.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Dec 12, 2012 1:14 pm

VARELA, looks like you are using MAC address to connect. This is a very slow and unreliable method of communication, and many items are loaded slowly.

Use IP address and check if you have the same problem.
I use IP address. This problems is on remote servers.
 
VARELA
newbie
Posts: 49
Joined: Mon Jan 14, 2008 12:39 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Dec 12, 2012 6:14 pm

The same problem when connecting over telnet.
 
User avatar
janisk
MikroTik Support
MikroTik Support
Posts: 6263
Joined: Tue Feb 14, 2006 9:46 am
Location: Riga, Latvia

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Mon Dec 17, 2012 9:04 am

if you are having problem on telnet too, then this is not a ssh problem. But some issue with console itself, we are looking into it. If you could send supout.rif file from the router that does not load the command prompt would be very useful.
 
xandrman
just joined
Posts: 7
Joined: Tue Sep 07, 2010 8:38 am
Location: Russia

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Dec 19, 2012 12:27 pm

if you are having problem on telnet too, then this is not a ssh problem. But some issue with console itself, we are looking into it. If you could send supout.rif file from the router that does not load the command prompt would be very useful.
We have the same problem on 1100AHx2. And I can't create support file because winbox can't create it.

Message "creating support..." in winbox for many minutes
 
FStorm
just joined
Posts: 5
Joined: Tue Oct 18, 2011 3:42 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Fri Jan 18, 2013 12:47 pm

We have the same problem on PC router and Mikrotik v 5.22.
Very long time to open the console after the user's authorization to ssh, and to the command line is not reached.
 
rseb
just joined
Posts: 6
Joined: Fri Jan 04, 2013 12:55 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Tue Feb 19, 2013 11:39 am

this problem is still remain in 6.0rc9. Can you fix it?
 
bandit1200
just joined
Posts: 23
Joined: Fri Mar 15, 2013 4:54 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed Mar 20, 2013 4:52 pm

Just had this happen to me as well. SSH login w/ key slow, gives me "mikrotik" banner after about 20 seconds, then no prompt.


Is there a solution?
 
k3dt
newbie
Posts: 29
Joined: Tue Jul 17, 2007 3:37 pm
Location: Czech Republic

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Mar 21, 2013 4:41 pm

BUMP

confirmed. Needs to be fixed. Last working version was 5.17.

debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to 192.168.88.1 [192.168.88.1] port 22.
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /Users/k3dt/.ssh/id_rsa type -1
debug1: identity file /Users/k3dt/.ssh/id_rsa-cert type -1
debug1: identity file /Users/k3dt/.ssh/id_dsa type -1
debug1: identity file /Users/k3dt/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version ROSSSH
debug1: no match: ROSSSH
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: DSA 2e:95:b6:1f:fd:a3:d4:3d:4a:e0:96:03:83:44:1b:cd
Warning: Permanently added '192.168.88.1' (DSA) to the list of known hosts.
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentication succeeded (none).
Authenticated to 192.168.88.1 ([192.168.88.1]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: /system package print detail where name=system <-- NO REPLY RECEIVED
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: fd 2 clearing O_NONBLOCK
Transferred: sent 1504, received 1328 bytes, in 0.0 seconds
Bytes per second: sent 156341.7, received 138046.4
debug1: Exit status 0
 
hurley12345
just joined
Posts: 19
Joined: Tue May 22, 2007 12:47 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Thu Mar 21, 2013 5:27 pm

BUMP

Happens to me too !!
 
drpater
just joined
Posts: 20
Joined: Tue Nov 27, 2012 3:43 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Fri Apr 19, 2013 5:01 pm

Same problem found on mipsbe v5.24.

I can't fetch data from mt box by ssh and cron because no reply from ssh (((

ssh -v look like.
 
alexp89
just joined
Posts: 4
Joined: Wed Oct 05, 2011 12:51 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Wed May 29, 2013 12:05 pm

I have same problem in Router OS 6.0 x86. It was a clean instalation. After ssh and terminal crash, router stop pass traffic and not response to ping. We have brought back the old x86 server 5.17.
The problem with SSH is extremely serious. The problem with SSH is extremely serious. It is present in x86 on all versions after 5.17.

Mikrotik, when are you going to solve this problem?!

UPD, Server config:
CPU - Xeon E3-1240v2 (HT is on, inadvertently :) )
MB - Asus P8B-X (Asus RS100-X7 platform)
RAM - Kingston KVR1333D3E9S/4G
Net. ad. - DELL Gigabit ET Quad Port Server Adapter (540-10692)
 
jarosoup
Long time Member
Long time Member
Posts: 596
Joined: Sun Aug 22, 2004 9:02 am

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Fri Sep 13, 2013 9:19 pm

Just bought a couple of 1100AHx2 routers and very disappointed that I too am running into this SSH issue. Tried both 5.26 and 5.24 and SSH is not working. Telnet and winbox are fine. Is there anyone out there that has working SSH on an RB1100? with a version newer than 5.17?
 
jarosoup
Long time Member
Long time Member
Posts: 596
Joined: Sun Aug 22, 2004 9:02 am

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Sat Sep 14, 2013 1:58 am

I'm answering my own question here. I'm not sure if upgrading triggered this as I never tested the ROS version that shipped with the router, I just configured it from the console and immediately upgraded it. Anyway, after trying 5.17, 5.24 and 5.26, SSH would not work until ran /ip ssh regenerate-host-key on version 5.26, then magically no issues.

I wonder if this is required after upgrading later versions of 5.x and maybe even going from 5.x to 6.x?
 
danletkeman
Member Candidate
Member Candidate
Posts: 110
Joined: Mon Oct 18, 2004 5:42 pm

Re: Problems SSH and terminal (x86 ros 5.18 and up)

Fri Feb 14, 2014 6:32 am

Same problem here with 411GL. 5.24. Can't telnet, can't ssh, can't open the terminal window in winbox. Can't run "/ip ssh regenerate-host-key" because I can't get to the terminal to run it......

Dan.

Who is online

Users browsing this forum: axlerose, Google [Bot], Josephny, Majestic-12 [Bot], sindy and 59 guests