Re: Ubuntu 22.04 and WinSCP
@Guest: That's all correct. But WinSCP 5.20 was released long time ago.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
/etc/ssh/ssh_config
and add this line:
PubkeyAcceptedKeyTypes +ssh-rsa
OpenSSH 8.8 disabled ssh-rsa by default. Until WinSCP 5.20 is released, add this to server'ssshd_config
to re-enable it:PubkeyAcceptedAlgorithms +ssh-rsa
/d
switch to the Windows netcfg
command.
netcfg -d
in my Windows PowerShell. After that I cannot login remotely to my Ubuntu, when I am trying to access, it says permission denied to login.