-
Can `ssh-audit` not print out the desired sshd config as an option or will it be possible to add a generic section to the guides? There are no guides for RHEL 9 based distros yet. I have some items I'…
-
### Discussed in https://github.com/PowerShell/Win32-OpenSSH/discussions/2096
Originally posted by **tomwlane** July 12, 2023
my scp'ed files are getting truncated at 204800 bytes after upgrad…
-
How could I setup SFTP in order to make sshfs work? I made a simple script to start an SSHD server:
``` nix
{ pkgs, lib }:
let
hostKeyPath = toString
/data/data/com.termux.nix/files/hom…
-
I'm building a SSH server using your Node.js library and I'm building the SSH client using the x/crypto/ssh Golang library. The client aborts the SSH handshake when using the publickey authentication …
-
- 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…
-
Right now, this module only manages the openssh server configuration. It would be useful to add the openssh-client package (on RedHat) and the ability to configure ssh_config as well.
ghost updated
10 years ago
-
OpenSSH supports loading drop-ins from `/etc/ssh/ssh[d]_config.d` directory for server/client configs these days. While the module allows to manage the whole `/etc/ssh/ssh[d]_config` file, some packag…
jay7x updated
1 month ago
-
### Is this feature for paramiko acting as a client or a server?
Client
### What functionality does this feature request relate to?
Keys/auth
### For client-side features, does this relate to a sp…
-
Hi,
I have a remote access app built as an internal tool and we use fido2 keys to authenticate this connection. However, as one of the primary places to run this is on windows, we require full wind…
-
Hello,
I am doing a simple get operation on a file available on SFTP, but I am not writing the content in a file, I want to hold it in memory and want to pass it as output for futher transformatio…