13 lines
190 B
JSON
13 lines
190 B
JSON
{
|
|
enable: "true",
|
|
|
|
ports: [ "22" ],
|
|
|
|
provider: "system",
|
|
packages: [ "openssh-server" ],
|
|
configFiles: [
|
|
"sshd.template:/etc/ssh/sshd_config",
|
|
"banner.template:/etc/ssh/sshd_banner",
|
|
]
|
|
}
|