Update ssh params for tunnel svc

This commit is contained in:
Keith Whyte 2021-05-29 21:17:07 +02:00
parent 59519dd23f
commit 3e06c9c452

View file

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