diff options
author | Micah Anderson <micah@riseup.net> | 2015-05-06 12:31:19 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2015-05-06 12:31:19 -0400 |
commit | e5cac49bf5da68efdc7ab0ec73f41a19b3a73e5c (patch) | |
tree | 7b78abfc1caef8ed728eeb9eda368ff2ed1c4ba6 /nodes | |
parent | 53e0f51b69d867c26e128a2e6c21ad99e6cbc9c6 (diff) |
update elk to use port 4422 for ssh, like the others; re-deploy the dev machines, so their ssh keys changed
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/elk.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nodes/elk.json b/nodes/elk.json index d309f45..f71c920 100644 --- a/nodes/elk.json +++ b/nodes/elk.json @@ -1,6 +1,9 @@ { - "ip_address": "1.209.122.20", + "ip_address": "1.209.122.21", "services": "couchdb", + "ssh": { + "port": 4422 + }, "tags": [ "development", "seoul" ], |