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 |
5c0c6d |
cfg_script="$0"
|
|
root@culturestrings |
5c0c6d |
cfg_srcdir=$(cd -- "${cfg_script%/*}/" ; pwd -P)
|
|
root@culturestrings |
5c0c6d |
|
|
root@culturestrings |
b0963f |
source /root/config/private/config/server.ports
|
|
root@culturestrings |
306ed1 |
|
|
root@culturestrings |
5c0c6d |
sed -e 's/@ssh_port@/'${ssh_port}'/g' \
|
|
root@culturestrings |
5c0c6d |
"${cfg_srcdir}/sshd_config.in"
|