-
Hi
Before start using your plugin I wanted to know...
i) I have disabled cron jobs, instead using hourly triggers on my website..
ii) Also FS_METHOD "ssh2" is ON
Does it mean I won't be able to …
-
I'm trying to add an SSH key to my account, but every time I try to do so, it fails with the error message in the title.
The SSH key is generated using puttygen, it's the following format:
```
---- …
-
Hi! Thank you for this project, I appreciate your work.
I have a job in js that downloads some files over sftp every night using [ssh2-sftp-client](https://www.npmjs.com/package/ssh2-sftp-client).
…
-
I just started using Brackets this week (on OS X, Yosemite) and was very excited to see this extension. Problem I'm having is connecting to a remote server using SFTP. As the title indicates, Bracke…
-
## System:
Windows 11 -> Ubuntu 24.04 LTS
`ii openssh-server 1:9.6p1-3ubuntu13.4 amd64 secure shell (SSH) server, for secure access from remote mach…
-
**Is your feature request related to a problem? Please describe.**
ssh normally attempts keyauth with a default list ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and ~/.ssh/id_rsa.
Maybe that…
-
**Is your feature request related to a problem? Please describe.**
As expected, I can ssh to another peer via `sudo netbird ssh .netbird.cloud`
**Describe the solution you'd like**
But is it poss…
-
per faq, filing issue with log. Seems git is struggling to connect to the ssh agent - have tried restarting SecretAgent a couple of times but no success.
```
ssh -Tv git@github.com
OpenSSH_8.1p1,…
-
this does not build on the esp32 microcontroller. example:
```
$ cargo install espup
$ espup install
$ . $HOME/export-esp.sh
$ cargo generate esp-rs/esp-idf-template
⚠️ Favorite `esp-rs/esp…
-
`line: 942 -> fds_ready = libssh2_poll(pollfds, numfds, timeout * 1000);`
An error in this location makes it impossible to determine if the session was forcibly disconnected remotely.
`line: 942…