ingul-buz

Results 8 comments of ingul-buz

I was tearing my hair out with this exact problem. The sftp host hung just after ssh login, i.e. the sftp subsystem connection failed. It seems `ssh -s sftp` is...

It appears I have misundersood a few things: 1. The `--ssh-command` option is probably only useful if you also use an `--external` ssh client. 2. `ssh -s sftp` is a...

I think you are confusing two different things here. With `ssh-keygen` you create a key that you use for logging into your host. It actually creates a key pair, a...

Hmmm. I think you may actually have come across a shortcoming in the way Kopia's internal ssh client handles the known_hosts data. This may have been your problem already in...

Well, that probably won't work either. As I said in my edit above, [the issue you mentioned](https://github.com/kopia/kopia/issues/1777) about non-standard ssh ports not working seems to apply _only_ when using an...

Are you sure you copied the whole key? The other keys (especially an rsa one) are much longer than the ed25519 key, and thus the key line is usually wrapped...

I'm really glad you both managed to get it working! Unfortunately the issues I mentioned a few comments back are still there. It shouldn't be necessary to move to another...

I don't use Slack so I don't know what's been answered over there. But the matter of fact is that ssh in Kopia 0.13.0 **still doesn't support ed25519 keys**. I...