summaryrefslogtreecommitdiff
path: root/data/templates/ssh/override.conf.tmpl
blob: e4d6f51cb704849d1b756c813ec30ccd87f196cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_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
RestartPreventExitStatus=
RestartSec=10
RuntimeDirectoryPreserve=yes