Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] rsync ssh error
- Date: Tue, 20 Jun 2023 05:10:15 +0000 (UTC)
- From: Stephen Lasseter <stephen@karasu.ninja>
- Subject: Re: [tlug] rsync ssh error
- References: <f423352d-e7df-e03b-5367-1a5e0b92d41b@l.u-tokyo.ac.jp>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0
Maybe add Pubkey AcceptedKeyTypes. I had an older Juniper switch that is out of support, resulting in an old version ssh. I started getting those errors last year when attempting to ssh to it. My workaround was to throw something like the following into my ~/.ssh/config file:
Host oldswitch
HostName oldswitch
User admin
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
On 6/20/23 13:10, Charles Muller wrote:
For years, I've been running this script to download a comments file from my server to my local machine:
rsync -uvptl -e ssh <home>@192.81.129.86:/dicts/ddb/comments/comments.html $winD/docs/web/dicts/ddb/comments/
The other day, I upgraded from Ubuntu 20.04 to 22.04. Having done this, when I try to run this script, I get the following error message:
Unable to negotiate with 192.81.129.86 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
The most common solution I found on the web was to add
-oHostKeyAlgorithms=+ssh-rsa
to the line, but that doesn't help.
BTW, it's a WSL installation.
Regards,
Chuck
---------------------------
A. Charles Muller, Professor
Buddhist Culture Research Center
Musashino University
1-1-20 Shinmachi, Nishitokyo-shi
Tokyo 202-8585, Japan
Office Phone: 042-468-3145
(University of Tokyo, Professor Emeritus)
Web Site: Resources for East Asian Language and Thought
http://www.acmuller.net
Twitter: @ACharlesMuller
- References:
- [tlug] rsync ssh error
- From: Charles Muller
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] rsync ssh error
- Next by Date: Re: [tlug] rsync ssh error
- Previous by thread: Re: [tlug] rsync ssh error
- Next by thread: Re: [tlug] rsync ssh error
- Index(es):