sshd setup
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
sshd:
|
||||
config_path: home
|
||||
auth:
|
||||
pubkey: 'yes'
|
||||
password: 'no'
|
||||
empty: 'no'
|
||||
listen:
|
||||
port: '22'
|
||||
family: inet
|
||||
ipv4:
|
||||
- '192.168.1.250'
|
||||
- '10.192.110.100'
|
||||
forwarding:
|
||||
agent: 'no'
|
||||
x11: 'no'
|
||||
nickname: vault
|
Reference in New Issue
Block a user