mirror of
https://github.com/pygos/build.git
synced 2024-11-01 01:45:37 +01:00
c7231478d5
Add a generic, stackable layer based structure instead of special purpose subdirectories with specific behaviour. Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
8 lines
214 B
Text
8 lines
214 B
Text
HostKey /etc/ssh/host_rsa_key
|
|
HostKey /etc/ssh/host_ecdsa_key
|
|
HostKey /etc/ssh/host_ed25519_key
|
|
|
|
PermitRootLogin no
|
|
AuthorizedKeysFile .ssh/authorized_keys
|
|
X11Forwarding yes
|
|
Subsystem sftp /lib/libexec/sftp-server
|