Skip to content

Releases: deanishe/alfred-ssh

Option to open SSH connections via shell command

17 Mar 16:13
Compare
Choose a tag to compare

New SSH_CMD option to force opening of SSH connections via shell command, not URL. Enables the loading of local configuration files before the SSH connection is opened #8.

Fix delete from history

07 Aug 16:42
Compare
Choose a tag to compare

Smarter SSH URLs

12 Dec 09:59
Compare
Choose a tag to compare

v0.7.0

12 Dec 09:50
Compare
Choose a tag to compare

In-workflow updates

09 Nov 12:26
Compare
Choose a tag to compare

The workflow can now update itself from GitHub releases.

Read ~/.ssh/config and /etc/ssh/ssh_config

31 Oct 17:02
Compare
Choose a tag to compare
  • Also read hosts from SSH config files
  • Alternate action: open connection with mosh
  • Improve handling of user-specified username and/or port

Disable individual suggestion sources

27 May 11:45
Compare
Choose a tag to compare

Fix #1

You can now turn off individual suggestion sources (and/or the history) in the workflow's configuration sheet.

Set the variables DISABLE_ETC_HOSTS, DISABLE_KNOWN_HOSTS and DISABLE_HISTORY to 1 to turn off suggestions from the corresponding source.

Add History, SFTP and Ping

26 May 16:42
Compare
Choose a tag to compare

History

Remembers connections with usernames and suggests them, so you don't have to type the username every time.

Use ⌥+↩ to forget a connection from the History.

Alternate actions

You can open an SFTP connection instead of an SSH one with ⌘+↩ or you can ping the host with ⇧+↩

Initial release

23 May 21:27
Compare
Choose a tag to compare

Open SSH connections from Alfred 3. Autosuggestions based on /etc/hosts and your know_hosts file.