-
Thank you for OmniSSHAgent!
On a new system for work, I'm noticing a pretty consistent delay in accessing my key from WSL2 Ubuntu. Typical results:
```sh
$ for i in 1 2 3 4 5; do time ssh-add -…
-
### Version
v16.14.0
### Platform
Linux ip-192-168-4-97.us-west-2.compute.internal 5.10.96-90.460.amzn2.x86_64 #1 SMP Fri Feb 4 17:12:04 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
### Subsyst…
-
chrome-cookies-secure is very helpful ;-) thanks for that
The following code works just fine on MacOS:
```
const chrome = require('chrome-cookies-secure');
chrome.getCookies('https://www.goog…
-
Given an encrypted private key and an incorrect passphrase, obscure error messages are thrown from the `node-asn1` library:
**Long, non-empty, incorrect passphrase**
```
InvalidAsn1Error: encodin…
-
I've asked a question on SO on this, but thought I would add one here too..
https://stackoverflow.com/questions/78036167/cannot-connect-timeout-to-mysql-using-nodejs-mysql2-via-ssh-tunnel
I'm tryi…
-
Here is the client machine which is running Gnome and the Network Manager.
```
[ClientUser@ClientHostName ~]$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: Fedora
…
-
Hi,
I'm working on a Web app that will transfer files to virtual machines, including Windows 7/8/10 VMs. I have installed OpenSSH 7.5 on those machines, but when I try to copy files to it, I get:
…
-
#### I'm opening this issue because:
- [ ] npm is crashing.
- [ x] npm is producing an incorrect install.
- [ ] npm is doing something I don't understand.
- [ ] Other (_see below for fea…
-
Connecting to hungarian tax authority production server fails with timeout exception after:
`net.schmizz.sshj.transport.kex.Curve25519SHA256 - Sending SSH_MSG_KEXDH_INIT`
(DEBUG loging enabled)…
-
My test set-up:
```
const PUBLIC_KEY = fs.readFileSync(`${os.homedir()}/.ssh/id_rsa.pub`, 'utf-8');
const PRIVATE_KEY = fs.readFileSync(`${os.homedir()}/.ssh/id_rsa`, 'utf-8');
/**
* @param …