Codify is currently in Beta! Please report any bugs here

Update Announcement 0.3.1 New SSH Resources and CLI tty fix

Published: at 07:00 PM

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 keys
  • ssh-config: Set up and maintain your ~/.ssh/config file.
  • ssh-add: Manage your SSH agent via ssh-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.