From 3e06c9c452c0bf08ffb866b2a3ad1615f4cb1ba0 Mon Sep 17 00:00:00 2001 From: Keith Whyte Date: Sat, 29 May 2021 21:17:07 +0200 Subject: [PATCH] Update ssh params for tunnel svc --- modules/rhizo_base/templates/sshtunnel.service.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/templates/sshtunnel.service.erb b/modules/rhizo_base/templates/sshtunnel.service.erb index 6db43f6..c26b4d9 100644 --- a/modules/rhizo_base/templates/sshtunnel.service.erb +++ b/modules/rhizo_base/templates/sshtunnel.service.erb @@ -6,7 +6,7 @@ After=network.target [Service] Type=simple 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 Restart=always RestartSec=60