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