To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

English version Russian version Version française Nederlandse versie Versión española Version portuguese Version polonaise Italian version Versiunea româna   KiTTY News

KiTTY : Forum

Last modification : -

KiTTY web site




Forum Home
 

0.67.3.3 always read-faults when connecting

Oleg - Wed 21/12/2016 09:39:33 CET +0100

Hi! The latest build connection always leads to the message like `instruction at address `0xXXX' read memory ataddress `0xYYY' and memory can not be read'. The build 0.76.3.2 works fine w/ the same hosts

crash - Sat 24/12/2016 01:12:11 CET +0100

Same here. (target: linux, login with password and ChallengeResponseAuthentication+pam modul)

After enter the verification code and press enter got the error message.

In kitty log file:

Using keyboard-interactive authentication.
Password:
Using keyboard-interactive authentication.
Verification code:

Event Log: Writing new session log (SSH raw data mode) to file: x
Event Log: Connecting to x
Event Log: We claim version: SSH-2.0-PuTTY_KiTTY
Incoming raw data at 2016-12-24 01:01:49
x
Event Log: Server version: SSH-2.0-OpenSSH_6.0p1
Event Log: We believe remote version has SSH-2 channel request bug
Event Log: Using SSH protocol version 2
Outgoing packet #0x0, type 20 / 0x14 (SSH2_MSG_KEXINIT)
x
Outgoing raw data at 2016-12-24 01:01:49
x
Incoming raw data at 2016-12-24 01:01:49
x
Incoming packet #0x0, type 20 / 0x14 (SSH2_MSG_KEXINIT)
x
Event Log: Server supports delayed compression; will try this later
Event Log: Doing Diffie-Hellman group exchange
Outgoing packet #0x1, type 34 / 0x22 (SSH2_MSG_KEX_DH_GEX_REQUEST)
x
Outgoing raw data at 2016-12-24 01:01:49
x
Incoming raw data at 2016-12-24 01:01:49
x
Incoming packet #0x1, type 31 / 0x1f (SSH2_MSG_KEX_DH_GEX_GROUP)
x
Event Log: Doing Diffie-Hellman key exchange with hash SHA-256
Outgoing packet #0x2, type 32 / 0x20 (SSH2_MSG_KEX_DH_GEX_INIT)
x
Outgoing raw data at 2016-12-24 01:01:49
x
Incoming raw data at 2016-12-24 01:01:49
x
Incoming packet #0x2, type 33 / 0x21 (SSH2_MSG_KEX_DH_GEX_REPLY)
x
Event Log: Server also has ecdsa-sha2-nistp256/ssh-dss host keys, but we don't know any of them
Event Log: Host key fingerprint is:
Event Log: ssh-rsa 2048 x
Outgoing packet #0x3, type 21 / 0x15 (SSH2_MSG_NEWKEYS)
Outgoing raw data at 2016-12-24 01:01:49
x
Event Log: Initialised AES-256 SDCTR client->server encryption
Event Log: Initialised HMAC-SHA-256 client->server MAC algorithm
Outgoing raw data at 2016-12-24 01:01:49
Incoming packet #0x3, type 21 / 0x15 (SSH2_MSG_NEWKEYS)
Event Log: Initialised AES-256 SDCTR server->client encryption
Event Log: Initialised HMAC-SHA-256 server->client MAC algorithm
Outgoing packet #0x4, type 5 / 0x05 (SSH2_MSG_SERVICE_REQUEST)
x
Outgoing raw data at 2016-12-24 01:01:49
x
Incoming raw data at 2016-12-24 01:01:49
x
Incoming packet #0x4, type 6 / 0x06 (SSH2_MSG_SERVICE_ACCEPT)
x
Outgoing packet #0x5, type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
x
Outgoing raw data at 2016-12-24 01:01:49
x
Incoming raw data at 2016-12-24 01:01:50
x
Incoming packet #0x5, type 51 / 0x33 (SSH2_MSG_USERAUTH_FAILURE)
x
Outgoing packet #0x6, type 50 / 0x32 (SSH2_MSG_USERAUTH_REQUEST)
x
Outgoing raw data at 2016-12-24 01:01:50
x
Event Log: Attempting keyboard-interactive authentication
Incoming raw data at 2016-12-24 01:01:50
x
Incoming packet #0x6, type 60 / 0x3c (SSH2_MSG_USERAUTH_INFO_REQUEST)
x
Event Log: Save password for future use
Outgoing packet #0x7, type 61 / 0x3d (SSH2_MSG_USERAUTH_INFO_RESPONSE)
x
Outgoing packet #0x8, type 2 / 0x02 (SSH2_MSG_IGNORE)
x
Outgoing raw data at 2016-12-24 01:01:58
x
Incoming raw data at 2016-12-24 01:01:58
x
Incoming packet #0x7, type 60 / 0x3c (SSH2_MSG_USERAUTH_INFO_REQUEST)
x
Event Log: Save password for future use
Outgoing packet #0x9, type 61 / 0x3d (SSH2_MSG_USERAUTH_INFO_RESPONSE)
x
Outgoing packet #0xa, type 2 / 0x02 (SSH2_MSG_IGNORE)
x
Outgoing raw data at 2016-12-24 01:02:03
x
Incoming raw data at 2016-12-24 01:02:03
x
Incoming packet #0x8, type 60 / 0x3c (SSH2_MSG_USERAUTH_INFO_REQUEST)
x


Cerberus - Sat 24/12/2016 14:41:07 CET +0100

Hi,

i have the same issues, currently only when connecting to VMware Photon 1.0 VMs using login/pass. My Ubuntu Machine with Key works fine.

Leo - Sat 24/12/2016 14:52:02 CET +0100

Try to disable password save feature:
[KiTTY]
userpasssshnosave=yes

Fernando - Sat 24/12/2016 15:45:46 CET +0100

Same here. Password+OTP login too. The userpasssshnosave=yes change didn't seem to help it. Still crashes.

Fernando - Sat 24/12/2016 15:51:45 CET +0100

And I can also confirm that the previous build 0.67.3.2 works just fine with and without changes in the settings.

Oleg - Mon 26/12/2016 07:54:23 CET +0100

I've tried to set `userpasssshnosave=yes' before posting: it's completely in vain

Cyd - Wed 28/12/2016 19:31:30 CET +0100

Can you test the next beta build:
http://www.9bis.net/kitty/data/beta/kitty.exe

Alex - Thu 29/12/2016 11:34:58 CET +0100

The new beta proposed by Cyd works OK for me. Hope this change will be included into the regular compiled binaries as soon as possible. Thanks for the hard work!

Oleg - Fri 30/12/2016 14:36:59 CET +0100

I've renamed it to kitty_portable.exe, run it... and it works fine! Thank you a lot! For your time & effort, and, as a result - for an outstanding, perfect ssh-client. Wish you good luck next year and happy holidays!

crash - Sun 01/01/2017 20:38:13 CET +0100

Version 67.3.4 looks good. Thank you. :)

Warren - Tue 03/01/2017 18:38:29 CET +0100

Using the beta build and userpasssshnosave=yes but I'm still receiving "The instruction at 0x771443df referenced memory at 0x632e6873. The memory could not be read."




Answer


The forum is actually closed