We have moved to a new Sailfish OS Forum. Please start new discussions there.
1

How to get default Jolla OpenSSH package? [answered]

asked 2015-09-02 21:14:44 +0200

Mariusmssj gravatar image

updated 2015-09-02 21:14:59 +0200

Hi guys,

Got an issue with Qt creator as it's refusing the connection:

SSH Protocol error: Server and client capabilities don't match. Client list was: aes128-cbc,3des-cbc.
Server list was aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-   poly1305@openssh.com.

So it seems that I am using a version of OpenSSH from the warehouse made by NeilDK 6.8p1. I think it's newer than the version in Qt creator.

Does anyone know how I would go about installing the default OpenSSH package provided by Jolla?

Thanks

edit retag flag offensive reopen delete

The question has been closed for the following reason "the question is answered, an answer was accepted" by Mariusmssj
close date 2015-09-02 23:30:08.913322

Comments

1

pkcon search name ssh

Spam Hunter ( 2015-09-02 22:12:39 +0200 )edit

1 Answer

Sort by » oldest newest most voted
1

answered 2015-09-02 23:29:43 +0200

Mariusmssj gravatar image

Found this on TMO forum

from terminal, as root

# pkcon repo-disable openrepos-NielDK

Then forcibly erase the three openssh packages installed from there:

# rpm -e --nodeps openssh openssh-clients openssh-server

When you reinstall them now, they're pulled from the official repo, so just do:

# pkcon install openssh openssh-clients openssh-server
edit flag offensive delete publish link more

Comments

Thanks, worked for me!

mrtrm ( 2019-08-05 15:41:54 +0200 )edit

Question tools

Follow
2 followers

Stats

Asked: 2015-09-02 21:14:44 +0200

Seen: 367 times

Last updated: Sep 02 '15