Module: SshShort

Defined in:
lib/ssh_short/cli.rb,
lib/ssh_short/keyset.rb,
lib/ssh_short/parser.rb,
lib/ssh_short/version.rb,
lib/ssh_short/connection.rb,
lib/ssh_short/nodemapper.rb

Defined Under Namespace

Classes: CLI, Connection, KeySet, NodeMapper, Parser

Constant Summary collapse

CONFIG_DIR =
File.expand_path('~/.ssh-short')
CONFIG_FILE =
File.join(CONFIG_DIR, 'config.yml')
NODEMAP_FILE =
File.join(CONFIG_DIR, 'nodemap.yml')
VERSION =
'0.1.1'