Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
linuxmce
linuxmce
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 255
    • Issues 255
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • linuxmce
  • linuxmcelinuxmce
  • Issues
  • #2451

Closed
Open
Opened Sep 16, 2015 by merkur2k@merkur2k
  • Report abuse
  • New issue
Report abuse New issue

ssh cipher mismatch error when connecting to md

When attempting to ssh from a core with ssh version < 6.7 to a md (or other system) with ssh version >= 6.7, the following error is shown:

no matching cipher found: client aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc server aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com

reference:

  • New upstream release (http://www.openssh.com/txt/release-6.7):
    • sshd(8): The default set of ciphers and MACs has been altered to remove unsafe algorithms. In particular, CBC ciphers and arcfour* are disabled by default. The full set of algorithms remains available if configured explicitly via the Ciphers and MACs sshd_config options.

fix: at the very list, the Ciphers line in /etc/ssh/ssh_config should be amended to contain "aes128-ctr,aes192-ctr,aes256-ctr"

Assignee
Assign to
1404
Milestone
1404
Assign milestone
Time tracking
None
Due date
None
3
Labels
defect global normal
Assign labels
  • View project labels
Reference: linuxmce/linuxmce#2451