-
I'm invoking `ledger-agent -vs` in order to spawn a shell in which I later attempt to ssh into a host that has been configured to accept `` as an authorized key.
While I am able to start the shell…
-
**Troubleshooting steps**
https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
1. Start OpenSSH Authentication Agent: `Start-Service -Name ssh-agent`
2. Run `ssh-add -l` to veri…
-
System info:
> -> uname -a
> Linux ... 3.14.37-ti-r57 #1 SMP PREEMPT Fri Apr 3 20:41:12 UTC 2015 armv7l GNU/Linux
> -> python3 -V
> Python 3.4.2
Insta…
-
Our web server (pair.com) recently (a few months ago) upgraded their SSH server to OpenSSH 8.8. This caused private keys sent from older SSH clients to fail. When using a private key (via ssh-agent), …
-
`$ fab --version`
Fabric 1.14.0
Paramiko 2.3.1
I'm trying to use fabric with one of my servers, and it doesn't appear to be respecting the '-i' flag that I use to specify which ssh public key to …
-
**Troubleshooting steps**
https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
**Terminal issue? please go through wiki**
https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-…
-
Hello,
Some customers of rsync.net are asking about the ability to use the backuppc client.
In this use-case, the client would be backuppc, using the rsync-over-ssh method, with NO rsync daemon.…
-
**Troubleshooting steps**
https://github.com/PowerShell/Win32-OpenSSH/wiki/Troubleshooting-Steps
**Terminal issue? please go through wiki**
https://github.com/PowerShell/Win32-OpenSSH/wiki/TTY-PT…
-
In some situations Travis builds fail with this error. I have no idea what causes it, but it seems extremely inconsistent. This has only ever been seen on Travis builds, never on a local build.
htt…
-
# Issue
Section Client authentication advises to add
```
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa
```
to section `Host *` of `/etc…