From 369c103c58ada110e0f48ae864d2cec9a6e435f4 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 28 May 2016 19:59:04 +0100 Subject: Use a simple config file for configuring the client. --- exampleconfig.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 exampleconfig.json (limited to 'exampleconfig.json') diff --git a/exampleconfig.json b/exampleconfig.json deleted file mode 100644 index 1ac84f2..0000000 --- a/exampleconfig.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "server": { - "use_tls": true, - "tls_key": "server.key", - "tls_cert": "server.crt", - "port": 443, - "cookie_secret": "supersecret" - }, - "auth": { - "provider": "google", - "oauth_client_id": "nnnnnnnnnnnnnnnn.apps.googleusercontent.com", - "oauth_client_secret": "yyyyyyyyyyyyyyyyyyyyyy", - "oauth_callback_url": "https://sshca.example.com/auth/callback", - "provider_opts": { - "domain": "example.com" - } - }, - "ssh": { - "signing_key": "signing_key", - "additional_principals": ["ec2-user", "ubuntu"], - "max_age": "720h", - "permissions": ["permit-pty", "permit-X11-forwarding", "permit-agent-forwarding", "permit-port-forwarding", "permit-user-rc"] - } -} -- cgit v1.2.3