diff options
author | varac <varacanero@zeromail.org> | 2012-11-04 10:05:58 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-11-04 10:05:58 +0100 |
commit | 8968c6e02641ccd60a3bec4c4b680061e5d4b77f (patch) | |
tree | 3e624031e93d29e8e965fe09e10ab483e0620800 /provider/nodes | |
parent | 3eb2708c3d2462334a6b52e7a9d04813de0b73ba (diff) |
updated known_hosts for couch1, ssh on 4422
Diffstat (limited to 'provider/nodes')
-rw-r--r-- | provider/nodes/couch1.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/provider/nodes/couch1.json b/provider/nodes/couch1.json index b7b4796..8c4df16 100644 --- a/provider/nodes/couch1.json +++ b/provider/nodes/couch1.json @@ -1,4 +1,6 @@ { "services": "couchdb", - "ip_address": "176.53.69.122" + "ip_address": "176.53.69.122", + "ssh": { + "port": 4422 } } |