Update ssh params for tunnel svc (again)
This commit is contained in:
parent
3e06c9c452
commit
70eebae5f6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ After=network.target
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/
|
WorkingDirectory=/
|
||||||
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
|
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
|
||||||
TimeoutStopSec=5
|
TimeoutStopSec=5
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue