Newer
Older
navi-1 / ssh_hosts.json.example
{
  "myvps": {
    "host": "1.2.3.4",
    "port": 22,
    "username": "root",
    "client_keys": ["~/.ssh/id_rsa"],
    "known_hosts": "none"
  },
  "ubuntu-pass": {
    "host": "192.168.1.154",
    "port": 22,
    "username": "ubuntu",
    "password": "yourpassword",
    "known_hosts": "none"
  }
}