ironssh
ironssh copied to clipboard
Secure end-to-end encrypted file sharing over ssh; forked from openssh.
Create iron version of scp - same end-to-end encryption, command line args for list of recipients
Currently, the user must have an RSA key in SSH in order to generate the ironssh keys. We should support non-RSA keys as the signing key when creating a new...
When we generate the signature packet for the subkey packet that contains the cv25519 subkey, we currently include the same set of sub packets that we put in the signature...
Little cmdline util to generate the passphrase for the user's IronCore GPG keys. Requires access to the user's private SSH key (via ssh-agent or re-entering the passphrase).
Initial support will include distros that use openssl 1.0.2 and greater. Unfortunately, that means we will not support the following distros that only have openssl 1.0.1: - Debian Jessie -...
On some terminal sessions, instead of displaying the lock icon, ironsftp displays `\360\237\224\222`. Not so cool. This isn't an issue with the terminal font, although that can probably also be...
Get valgrind running on iron-gpg and sftp code, make sure there are no memory leaks.