openssh-portable icon indicating copy to clipboard operation
openssh-portable copied to clipboard

Portable OpenSSH

Results 194 openssh-portable issues
Sort by recently updated
recently updated
newest added

Adding WinHello support to OpenSSH-portable Version2: - Make check_sk_options("uv") return true for WinHello devices. This is only required up to libfido2 1.10.0, a matching patch has been added to 1.11.0....

The existing example for `?` is super misleading. The current description `192.168.0.[0-9]` will lead users to believe that '?' matches a single number digit only, but it can actually be...

If an error occurs while reading the file, it is possible to double free ctx

I would like to propose a patch from rhel-9.1.0 Context: In rhel-9.1.0 when I try to connect to host that only presents ssh-rsa host keys, the connection fails with a...

Allows you to more easily select a subset of algorithms you want to use, without also overriding the priority, or enabling something that is no longer deemed safe to use.

POSIX doesn't specify the internal layout of the `fd_set` object, so let's not assume it is just a bit mask. This increases compatibility with systems that have a different layout....

This patch provides basic support of Ed25519 keys via PKCS#11 tokens

This is a set of patches fixing the issues found during the coverity scan of the openssh 8.5.

There is a widely used PAM authentication module called [pam_ssh_agent_auth](https://github.com/jbeverly/pam_ssh_agent_auth) that is used to provide sudo access via SSH keys managed by an SSH agent. The module is packaged in...

Modern OpenSSL versions support ed25519 keys. These patches add the detection of the necessary functions and uses them for import of ed25519 keys to OpenSSH