ssh-server problem after upgrading 21->22

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Today I upgraded one of my machine from F21 to F22. After the upgrade I
cannot connect anymore to this machine using my OpenVMS system by means of
ssh. Looks like there is an cipher mismatch. How can I configre my sshd on
F22 to make it work again? (see logs for F22 & F21 below)

On the OpenVMS machine I see:

gigue-jj) ssh -v foxtrot
debug(27-MAY-2015 15:26:51.18): Ssh2/SSH2.C:1896: CRTL version (SYS$SHARE:DECC$S
HR.EXE ident) is ELF
debug(27-MAY-2015 15:26:51.19): SshAppCommon/SSHAPPCOMMON.C:313: Allocating glob
al SshRegex context.
debug(27-MAY-2015 15:26:51.20): SshConfig/SSHCONFIG.C:3482: Metaconfig parsing s
topped at line 4.
debug(27-MAY-2015 15:26:51.20): SshConfig/SSHCONFIG.C:890: Setting variable 'Ver
boseMode' to 'FALSE'.
debug(27-MAY-2015 15:26:51.21): SshConfig/SSHCONFIG.C:3390: Unable to open ssh2/
ssh2_config
debug(27-MAY-2015 15:26:51.22): Connecting to foxtrot, port 22... (SOCKS not use
d)
debug(27-MAY-2015 15:26:51.22): Ssh2/SSH2.C:2881: Entering event loop.
debug(27-MAY-2015 15:26:51.24): Ssh2Client/SSHCLIENT.C:1655: Creating transport
protocol.
debug(27-MAY-2015 15:26:51.24): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"publickey" to usable methods.
debug(27-MAY-2015 15:26:51.24): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"keyboard-interactive" to usable methods.
debug(27-MAY-2015 15:26:51.24): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"password" to usable methods.
debug(27-MAY-2015 15:26:51.24): Ssh2Client/SSHCLIENT.C:1696: Creating userauth p
rotocol.
debug(27-MAY-2015 15:26:51.24): client supports 3 auth methods: 'publickey,keybo
ard-interactive,password'
debug(27-MAY-2015 15:26:51.24): SshUnixTcp/SSHUNIXTCP.C:1758: using local hostna
me gigue.nano.tudelft.nl
debug(27-MAY-2015 15:26:51.24): Ssh2Common/SSHCOMMON.C:541: local ip = 131.180.1
16.53, local port = 49191
debug(27-MAY-2015 15:26:51.24): Ssh2Common/SSHCOMMON.C:543: remote ip = 131.180.
116.51, remote port = 22
debug(27-MAY-2015 15:26:51.24): SshConnection/SSHCONN.C:2584: Wrapping...
debug(27-MAY-2015 15:26:51.24): SshReadLine/SSHREADLINE.C:3662: Initializing Rea
dLine...
debug(27-MAY-2015 15:26:51.26): Remote version: SSH-2.0-OpenSSH_6.8
debug(27-MAY-2015 15:26:51.26): OpenSSH: Major: 6 Minor: 8 Revision: 0
debug(27-MAY-2015 15:26:51.26): Ssh2Transport/TRCOMMON.C:1857: All versions of O
penSSH handle kex guesses incorrectly.
debug(27-MAY-2015 15:26:51.26): Ssh2Transport/TRCOMMON.C:1935: Using Client orde
r for common key exchange algorithms.
debug(27-MAY-2015 15:26:51.26): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:26:51.26): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 20 to connection
debug(27-MAY-2015 15:26:51.27): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=2
0
debug(27-MAY-2015 15:26:51.27): Ssh2Transport/TRCOMMON.C:2394: lang s to c: `',
lang c to s: `'
debug(27-MAY-2015 15:26:51.27): Ssh2Transport/TRCOMMON.C:2410: Couldn't agree on
 kex or hostkey alg. (chosen_kex = NULL, chosen_host_key = ssh-rsa)
debug(27-MAY-2015 15:26:51.27): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:26:51.27): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 1 to connection
debug(27-MAY-2015 15:26:51.27): Ssh2Common/SSHCOMMON.C:180: DISCONNECT received:
 Algorithm negotiation failed.
debug(27-MAY-2015 15:26:51.27): SshReadLine/SSHREADLINE.C:3728: Uninitializing R
eadLine...
warning: Authentication failed.
debug(27-MAY-2015 15:26:51.27): Ssh2/SSH2.C:327: locally_generated = TRUE
Disconnected; key exchange or algorithm negotiation failed (Algorithm negotiatio
n failed.).

debug(27-MAY-2015 15:26:51.27): Ssh2Client/SSHCLIENT.C:1731: Destroying client.
debug(27-MAY-2015 15:26:51.27): SshConfig/SSHCONFIG.C:2888: Freeing pki. (host_p
ki != NULL, user_pki = NULL)
debug(27-MAY-2015 15:26:51.27): SshConnection/SSHCONN.C:2636: Destroying SshConn
 object.
debug(27-MAY-2015 15:26:51.27): Ssh2Client/SSHCLIENT.C:1799: Destroying client c
ompleted.
debug(27-MAY-2015 15:26:51.27): SshAuthMethodClient/SSHAUTHMETHODC.C:109: Destro
ying authentication method array.
debug(27-MAY-2015 15:26:51.30): SshAppCommon/SSHAPPCOMMON.C:326: Freeing global
SshRegex context.
debug(27-MAY-2015 15:26:51.30): SshConfig/SSHCONFIG.C:2888: Freeing pki. (host_p
ki = NULL, user_pki = NULL)




While for any of my F21 machines I get:

gigue-jj) ssh -v vleegert
debug(27-MAY-2015 15:29:07.33): Ssh2/SSH2.C:1896: CRTL version (SYS$SHARE:DECC$S
HR.EXE ident) is ELF
debug(27-MAY-2015 15:29:07.35): SshAppCommon/SSHAPPCOMMON.C:313: Allocating glob
al SshRegex context.
debug(27-MAY-2015 15:29:07.36): SshConfig/SSHCONFIG.C:3482: Metaconfig parsing s
topped at line 4.
debug(27-MAY-2015 15:29:07.36): SshConfig/SSHCONFIG.C:890: Setting variable 'Ver
boseMode' to 'FALSE'.
debug(27-MAY-2015 15:29:07.36): SshConfig/SSHCONFIG.C:3390: Unable to open ssh2/
ssh2_config
debug(27-MAY-2015 15:29:07.38): Connecting to vleegert, port 22... (SOCKS not us
ed)
debug(27-MAY-2015 15:29:07.38): Ssh2/SSH2.C:2881: Entering event loop.
debug(27-MAY-2015 15:29:07.40): Ssh2Client/SSHCLIENT.C:1655: Creating transport
protocol.
debug(27-MAY-2015 15:29:07.40): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"publickey" to usable methods.
debug(27-MAY-2015 15:29:07.40): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"keyboard-interactive" to usable methods.
debug(27-MAY-2015 15:29:07.40): SshAuthMethodClient/SSHAUTHMETHODC.C:104: Added
"password" to usable methods.
debug(27-MAY-2015 15:29:07.40): Ssh2Client/SSHCLIENT.C:1696: Creating userauth p
rotocol.
debug(27-MAY-2015 15:29:07.40): client supports 3 auth methods: 'publickey,keybo
ard-interactive,password'
debug(27-MAY-2015 15:29:07.40): SshUnixTcp/SSHUNIXTCP.C:1758: using local hostna
me gigue.nano.tudelft.nl
debug(27-MAY-2015 15:29:07.40): Ssh2Common/SSHCOMMON.C:541: local ip = 131.180.1
16.53, local port = 49192
debug(27-MAY-2015 15:29:07.40): Ssh2Common/SSHCOMMON.C:543: remote ip = 131.180.
116.49, remote port = 22
debug(27-MAY-2015 15:29:07.40): SshConnection/SSHCONN.C:2584: Wrapping...
debug(27-MAY-2015 15:29:07.40): SshReadLine/SSHREADLINE.C:3662: Initializing Rea
dLine...
debug(27-MAY-2015 15:29:07.41): Remote version: SSH-2.0-OpenSSH_6.6.1
debug(27-MAY-2015 15:29:07.41): OpenSSH: Major: 6 Minor: 6 Revision: 1
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:1857: All versions of O
penSSH handle kex guesses incorrectly.
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:1935: Using Client orde
r for common key exchange algorithms.
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 20 to connection
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=2
0
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:2394: lang s to c: `',
lang c to s: `'
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:2459: c_to_s: cipher ae
s128-cbc, mac hmac-sha1, compression none
debug(27-MAY-2015 15:29:07.41): Ssh2Transport/TRCOMMON.C:2462: s_to_c: cipher ae
s128-cbc, mac hmac-sha1, compression none
debug(27-MAY-2015 15:29:07.42): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.42): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 30 to connection
debug(27-MAY-2015 15:29:07.42): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=3
1
debug(27-MAY-2015 15:29:07.44): Remote host key found from database.
debug(27-MAY-2015 15:29:07.45): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.45): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 21 to connection
debug(27-MAY-2015 15:29:07.45): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.45): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 5 to connection
debug(27-MAY-2015 15:29:07.45): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=2
1
debug(27-MAY-2015 15:29:07.49): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=6
debug(27-MAY-2015 15:29:07.49): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.49): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 50 to connection
debug(27-MAY-2015 15:29:07.49): Ssh2Common/SSHCOMMON.C:342: Received SSH_CROSS_S
TARTUP packet from connection protocol.
debug(27-MAY-2015 15:29:07.49): Ssh2Common/SSHCOMMON.C:392: Received SSH_CROSS_A
LGORITHMS packet from connection protocol.
debug(27-MAY-2015 15:29:07.50): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=5
1
debug(27-MAY-2015 15:29:07.50): server offers auth methods 'publickey,gssapi-key
ex,gssapi-with-mic,password'.
debug(27-MAY-2015 15:29:07.50): SshConfig/SSHCONFIG.C:3390: Unable to open ssh2/
identification
debug(27-MAY-2015 15:29:07.50): Ssh2AuthClient/SSHAUTHC.C:378: Method 'publickey
' disabled.
debug(27-MAY-2015 15:29:07.50): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 2 to connection
debug(27-MAY-2015 15:29:07.50): Ssh2Transport/TRCOMMON.C:1139: Sending packet wi
th type 50 to connection
debug(27-MAY-2015 15:29:07.50): Ssh2Transport/TRCOMMON.C:2832: >TR packet_type=5
1
debug(27-MAY-2015 15:29:07.50): server offers auth methods 'publickey,gssapi-key
ex,gssapi-with-mic,password'.
debug(27-MAY-2015 15:29:07.50): Ssh2AuthPasswdClient/AUTHC-PASSWD.C:280: Startin
joukj's password: 





               Regards
	            Jouk


Pax, vel iniusta, utilior est quam iustissimum bellum.
    (free after Marcus Tullius Cicero (106 b.Chr.-46 b.Chr.)
     Epistularum ad Atticum 7.1.4.3)


               Touch not the cat bot a glove

>------------------------------------------------------------------------------<

  Jouk Jansen
		 
  joukj@xxxxxxxxxxxxxxxxxxxx

  Technische Universiteit Delft        tttttttttt  uu     uu  ddddddd
  Kavli Institute of Nanoscience       tttttttttt  uu     uu  dd    dd
  Nationaal centrum voor HREM              tt      uu     uu  dd     dd
  Lorentzweg 1                             tt      uu     uu  dd     dd
  2628 CJ Delft                            tt      uu     uu  dd     dd
  Nederland                                tt      uu     uu  dd    dd
  tel. 31-15-2782272                       tt       uuuuuuu   ddddddd

>------------------------------------------------------------------------------<

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux