-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.rssh.yml
39 lines (32 loc) · 1.03 KB
/
.rssh.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# RSSH Configuration
## Log level (one of: debug,info,warn,error,fatal,panic)
log_level: "info"
## HTTP API
api:
addr: "0.0.0.0"
port: 9321
domain: "baguette.localhost"
## Gatekeeper is the public SSH frontend contacted by
## your clients to access the agent reverse forwarding
gatekeeper:
### Public gatekeeper SSH proxy host
ssh_addr: "0.0.0.0"
### Public gatekeeper SSH proxy port
ssh_port: 2223
### Port range used by gatekeeper to allocate agents
### remote forwarding sessions.
ssh_port_range: "31240-65535"
### Set this value to change the path to
# ssh_host_key: /etc/.rssh-gk-host.key
## ETCD cluster
## Used in the API and the gatekeeper
## It can be safely ignored for client or agent configuration.
etcd:
### List of peers on which an etcd cluster can be reached
endpoints:
- "http://127.0.0.1:2379"
## Agent configuration
agent:
### Directory where the RSSH agent will keep the private / public key pairs
### to connect to registered domains (default: $HOME/.rssh)
# root_directory: /etc/rssh