Update ssh params for tunnel svc (again..)

This commit is contained in:
Keith Whyte 2021-05-29 22:31:39 +02:00
parent 70eebae5f6
commit 9240f6c523

View file

@ -6,7 +6,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/
ExecStart=/usr/bin/ssh -v -o Compression=no -o IdentitiesOnly=yes -i /root/.ssh/bsc_dev -o StrictHostKeyChecking=no -c aes128-cbc -a <%= @ssh_user %>@<%= @ssh_addr %> -R 220<%= @ssh_p %>:0:22
ExecStart=/usr/bin/ssh -v -o Compression=no -o IdentitiesOnly=yes -i /root/.ssh/bsc_dev -o StrictHostKeyChecking=no -c aes128-cbc -a -N <%= @ssh_user %>@<%= @ssh_addr %> -R 220<%= @ssh_p %>:0:22
TimeoutStopSec=5
Restart=always
RestartSec=60