Can't connect to my local SSH Server
See original GitHub issueRenci.SshNet.Common.SshConnectionException: The connection was closed by the server: Change of username or service not allowed: (sftp,ssh-connection) -> (wlopez,ssh-connection) (ProtocolError).
Testing on my terminal works fine.
Something to do with RSA key ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
openssh-server can't connect remotely
Hard to tell, if you can connect on the local machine the ssh server is working. It is most likely a problem with...
Read more >How to Troubleshoot SSH Connectivity Issues
When connecting an SSH client to an SSH server, the first step is establishing basic network connectivity. This article covers how to ...
Read more >How to Fix the SSH “Connection Refused” Error
If SSH isn't installed on your server. Install an SSH tool such as OpenSSH on the server you want to connect to using...
Read more >How to Troubleshoot SSH Connection Issues
Connection Refused · Verify that the host IP address is correct · Verify the firewall rules, check the inbound rules allowed by the...
Read more >How to Fix the SSH "Connection Refused" Error
Typos or incorrect credentials are common reasons for a refused SSH connection. Make sure you are not mistyping the username or password. Then, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok, I found the problem …
Seems to be resolved, closing due to inactivity