scp
Here are 224 public repositories matching this topic...
Describe the bug
RSA keys seems to be supported and it is technically possible to login with RSA pub keys. But there is no documentation about how can you configure to allow login with any RSA key
To Reproduce
Steps to reproduce the behavior:
- ssh root@server -i mykey.rsa
- Access denied
2019-08-19T14:49:13.425705Z [cowrie.ssh.factory.CowrieSSHFactory] New connection: 10.0.
-
Updated
May 15, 2020 - Go
-
Updated
May 16, 2020 - C++
-
Updated
May 15, 2020 - Shell
-
Updated
May 15, 2020 - Go
-
Updated
Jun 7, 2019 - Rust
What we Did
Hey, this isn't a bug, it's just something me and @polarina did and we had a lot of trouble doing but in the end I believe it's worth it and worth documenting. We are open to constructive criticism for what we did. I was learning how to use proftpd as I went along so i probably made some beginner mistakes.
We created a config and systemd units for a socket activated proftpd t
-
Updated
Apr 14, 2020 - Go
Type annotations
aws-gate should have type annotations, so we can do more linting and discover design issues.
-
Updated
May 8, 2020 - Shell
-
Updated
May 8, 2020 - C
It would be nice to add a hostname in SSHKit's return tuple.
Currently SSHKit.run returns {:ok, output, exit_code}. https://hexdocs.pm/sshkit/SSHKit.SSH.html#run/3
This is not going to be easy to see its output without hostname when we run SSHKit.run with :parallel.
Something like {:ok, hostname, output, exit_code} will be very helpful.
-
Updated
May 5, 2020 - Go
#109
import-config with a git source only works if the file is at the root of the repo
myorg/myrepo/docs yields -> is not a valid repository name
-
Updated
May 3, 2020 - TeX
-
Updated
May 6, 2020 - JavaScript
-
Updated
May 9, 2020 - Python
-
Updated
May 15, 2020 - PowerShell
-
Updated
Jul 3, 2018 - Python
Improve this page
Add a description, image, and links to the scp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scp topic, visit your repo's landing page and select "manage topics."
I did this
While investigating a mailing list question I observed that CURLINFO_ACTIVESOCKET does not actually return the active socket until after the transfer is done. This appears to be due to legacy reasons, since it is a replacement for [CURLINFO_LASTSOCKET](https://curl.haxx