- Added support for Hyper as an option to open ssh connections.
- Added support for alacritty as an option to open ssh connections.
- Fixed the issue that
User
options are still created whenUser
is not specified.
- Added the option to let users choose whether to use Host only for ssh connections without other parameters. e.g.,
ssh Host
- Fixed a bug where a remote command of a connection was not correctly parsed if the remote command contains multiple spaces.
- SSH Config Parsing: Fix a bug where wildcard entries like
Host *
defined in~/.ssh/config
would show up as connections. - SSH Config Parsing: Fix a bug where RemoteCommand in SSH configurations was incorrectly parsed, leading to incomplete commands being sent to the terminal.
- Fixed a bug where a connection with a remote command did not work properly while saving.
- This change adds the ability to view/modify ssh hosts from ~/.ssh/config file in addition to localStorage
- Make user field optional in connection config - to support user-less hosts (e.g. pseudo hosts that are configured in
~/.ssh/config
)
- Added a new optional field to execute a command on the remote server after logging in.
- Adding preference to allow the user to define which way the new SSH-Connection will be opened.
This version adds the option to add ssh connections in Warp. Checkout the preferences and select Warp in the dropdown to get going.
This version adds option to set custom port (other than 22
) in SSH connections.
This version adds the option to add ssh connections in iTerm. Checkout the preferences and select iTerm in the dropdown to get going.