Blame public/fs/etc/ssh/sshd-config.sh
|
root@culturestrings |
306ed1 |
#!/bin/sh
|
|
root@culturestrings |
306ed1 |
|
|
root@culturestrings |
306ed1 |
set -eu
|
|
root@culturestrings |
306ed1 |
|
|
root@culturestrings |
306ed1 |
source /root/config/private/fs/etc/server.ports
|
|
root@culturestrings |
306ed1 |
|
|
root@culturestrings |
306ed1 |
sed -e 's/@ssh_port@/'${ssh_port}'/g' "$1"
|