We have moved to a new Sailfish OS Forum. Please start new discussions there.
1 | initial version | posted 2020-01-24 11:35:10 +0200 |
Just putting it on TJC as I had this problem and fixed it.
All of a sudden, I could not connect to my XA2 from MacOS running OpenSSH v7.9p1
running ssh with the -vvv
flag showed that there was a problem with the cipher used.
Solution is:
-c <ciphername>
on the command line, e.g. ssh -c ssh -c aes256-ctr nemo@<IP>
,/etc/ssh/ssh_config
with something like this:
Host xperiaxa2
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
2 | No.2 Revision |
Just putting it on TJC as I had this problem and fixed it.
All of a sudden, I could not connect to my XA2 from MacOS running OpenSSH v7.9p1
running ssh with the -vvv
flag showed that there was a problem with the cipher used.
Solution is:
-c <ciphername>
on the command line, e.g. ssh -c ssh -c aes256-ctr nemo@<IP>
,/etc/ssh/ssh_config
with something like
3 | No.3 Revision |
Just putting it on TJC as I had this problem and fixed it.
All of a sudden, I could not connect to my XA2 from MacOS running OpenSSH v7.9p1
running ssh with the -vvv
flag showed that there was a problem with the cipher used.
Solution is:
-c <ciphername>
on the command line, e.g. ssh -c ssh -c aes256-ctr nemo@<IP>
,or modify your /etc/ssh/ssh_config
with something like this:
Host xperiaxa2 Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc