Skip to content

RedcoatAsher/otter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otter

A simple, customized, easy to use ssh connection tool for Alfred 3.

Can be used with any of ther following server connection configs...

username | password username | private keyd

Requirements

Up-to-date PowerPack subscription

Download

See the release list for the lastest version, and all previous versions.

Usage

  • Download & Open
  • Setup your server(s) in the servers.json list... check out the how-to
  • "Call" Alfred and type ssh, then...

select from the server names that appear -or- continue typing the name of the server to filter the list

How-to

servers.json examples
{
    "group-name": "PROD",
    "server-label": "web01",
    "host": "domain.com",
    "username": "user.name",
    "key-path": "/Users/Otter/id_rsa",
    "port": "22",
    "more-options": ""
}