-
It seems Cyberduck ignores directives "ServerAliveInterval" set in:
~/.ssh/config
```
ServerAliveInterval 120
ServerAliveCountMax 10
```
If I e.g. connect via SFTP to a remote server and …
-
**_keygen_** function is normal function not Promise or async function. I confused for a while and realized it may want some async methods.
code
```
keygen({
location: location,
comment: co…
-
Hey there, I've been using sshj for some time, thanks for such nice tool and continue on your improvements!
I encounter a problem when I try to use ecdsa-sha2-nistp521 key. This could be duplicate is…
-
A test failed on a tracked branch
```
CypressError: `cy.task('createEndpointHost')` failed with the following error:
> Command failed with exit code 1: vagrant ssh -- cd elastic-agent-8.12.0-SNAPSHO…
-
I couldn't find a filtered ssh shell for backup on a remote server as raw files. I made a script for that:
```
#!/bin/bash
set -e
set -u
export PATH=/sbin:/bin:/usr/sbin:/usr/bin
enable_log=
use_s…
-
I am trying to run a remote script which:
- could take up to 1h to run
- I need to know when it completed the action (exit code)
- the command is not very verbose, but outputs some strings, but f…
-
When the scss_lint gem is not installed, the error message is `Fatal undefined`
I have been looking for the error and I found this:
``` javascript
stream.emit('error', err);
```
Line 36 at `lint` …
-
Hi, I'm trying to connect with the correct credentials that I'm already using it to connect a server via `ssh`
![image](https://user-images.githubusercontent.com/5789670/121886507-234e9e80-cd1e-11e…
-
### What would you like to be added
A configuration option for provisioners which will hide them from the provisioners list when the `step ssh login` command is used.
### Why this is needed
W…
-
I am presently working on adding an accessibility layer to DCSS Webtiles and am
curious if it is likely to be accepted to the mainline project. My approach is
at best a kludge, but I think it might…