Skip to content

Commit

Permalink
config example
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacarpet committed Feb 19, 2019
1 parent b1397be commit 2ce4337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -1 +1,5 @@
config.yaml
endpoint/endpoint
endpoint/keyfile
endpoint/keyfile.pub
server/server
4 changes: 4 additions & 0 deletions endpoint/config.example.yaml
@@ -0,0 +1,4 @@
remoteEndpoint: "wss://ssh-relay.example.com:8443/api/client_ws"
serverKey: "< generate keyfile with ssh-keygen && (cat keyfile | base64) && remove newlines >"
allowedClientKeys:
- "ssh-rsa pubkeydata root@test.com"
3 changes: 3 additions & 0 deletions server/config.example.yaml
@@ -0,0 +1,3 @@
listenPort: 7786
localListenStart: 7800
localListenEnd: 7899

0 comments on commit 2ce4337

Please sign in to comment.