blob: 63546eaa2d4760c91ede27535cd2593f0836bd28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
# sshd_jump_users:
# example:
# authorized_keys:
# - ssh-ed25519 ....
# - ssh-rsa ...
# permit_open:
# - host:port
# foo:
# authorized_keys:
# - ssh-ed25519 ....
# - ssh-rsa ...
# tcp_forwarding: remote
# permit_listen:
# - 22001
|