aboutsummaryrefslogtreecommitdiff
path: root/exampleconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'exampleconfig.json')
-rw-r--r--exampleconfig.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleconfig.json b/exampleconfig.json
new file mode 100644
index 0000000..97d3af5
--- /dev/null
+++ b/exampleconfig.json
@@ -0,0 +1,24 @@
+{
+ "server": {
+ "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",
+ "google_opts": {
+ "domain": "example.com"
+ },
+ "jwt_signing_key": "supersecret"
+ },
+ "ssh": {
+ "signing_key": "signing_key",
+ "additional_principals": ["ec2-user"],
+ "max_age": "720h",
+ "permissions": ["permit-pty"]
+ }
+}