New Resources: SSH Key Generation, SSH Config, and ssh-add Support
We’re pleased to announce the addition of new resources to Codify that simplify SSH key management, configuration, and ssh-add interaction.
The new resources are:
ssh-key
: Automatically generate and manage new SSH keysssh-config
: Set up and maintain your ~/.ssh/config file.ssh-add
: Manage your SSH agent viassh-add
See the new docs for more information on how to use these SSH resources.
Additionally, a long-standing issue has been resolved in the latest CLI release, version 0.3.1. Previously, TTY output from commands like sudo or ssh was hidden, causing the CLI program to wait for input without displaying a prompt. This has now been fixed, and any prompts that require TTY access will now be correctly displayed.