summaryrefslogtreecommitdiff
path: root/data/templates/ssh/override.conf.tmpl
blob: 0abde62482ccf7d1158b9bb53b36614acc7c0e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% set vrf_command = 'ip vrf exec ' + vrf + ' ' if vrf is defined else '' %}
[Unit]
StartLimitIntervalSec=0
After=vyos-router.service
ConditionPathExists={{config_file}}

[Service]
ExecStart=
ExecStart={{vrf_command}}/usr/sbin/sshd -f {{config_file}} -D $SSHD_OPTS
Restart=always
RestartSec=10
RuntimeDirectoryPreserve=yes