-
hi, is there a way to implement jsch sftp interface such as UserInfo, UIKeyboardInteractive to login sftp server?
I try to login with the following code:
```
sshConfig := &ssh.ClientConfig{
Use…
je-ck updated
1 month ago
-
### Description
If you expose a different SSH port number to a git server the ssh uri that you use should change. A normal url you usually see on git is a `scp` like url that looks like the following…
-
I have been trying to use this to convert an RSA to a PGP for signing but I can't seem to get it to produce a key with a user ID that's correct
```
# Generate the private key with user ID
81 …
-
- Sequel Ace Version: 2.3.0
- macOS Version: 11.0.1
- MySQL Version: 5.7
**Description**
If I'm on a network that doesn't support IPv6 and I try to connect to my database it fails (Error: timeou…
-
Hi all,
Keeper currently supports the record types "PAM Machine" and "PAM User", which are both supposed to work with password and SSH key rotation. For some reason, password rotation does not work…
-
Assumptions:
- Tailscale is installed on both local and remote hosts.
- `tailscale up --ssh` has been running on both hosts.
- Running `tailscale ping
-
### What feature do you want to see added?
Support for ssh-ed25519
When I add a `ssh-ed25519` key to the "SSH Public Keys" for my user I get the following warning
```
‘ssh-ed25519’ does not look…
-
Setting the `depth` parameter doesn't seem to work when using the libssh2 backend.
### Reproduction steps
Modify the clone example to set the depth parameter:
```diff
diff --git a/examples/c…
ehuss updated
2 weeks ago
-
### Linux distribution
``` Arch Linux ```
### Terraform version
1.9.7
### Provider and libvirt versions
provider: 0.8.0
## Description of Issue/Question
module only checks for `id…
-
### Describe the Feature
Allow to assign multiple SSH keys per user account.
Currently only a single SSH keys is allowed via the public_key parameter of sftp_users variable.
### Expected Behavior
…