Replies: 3 comments 4 replies
-
It's best to just test your settings. If the connection works, it works. Also, many of those settings could be disabled globally, if you want to harden everything. Like |
Beta Was this translation helpful? Give feedback.
-
I'm afraid that the connection will appear to be working, but in reality SOMETHING will fail "inside" and I won't know about it :( |
Beta Was this translation helpful? Give feedback.
-
You should really enforce many of these settings on server side. Something like |
Beta Was this translation helpful? Give feedback.
-
Hi
I also ask @m3nu for an opinion, because he is a representative of Borgbase, which I am currently testing...
Context:
I recently organized all my outgoing SSH connections into individual configuration files in
/etc/ssh/ssh_config.d/*.conf
This allows me to use
ssh SERVER1
commands instead of the longssh -option1 -option2 -option3 etc etc user@host
In the Borg options I found
BORG_RSH
or--rsh
which allows me to use--rsh ssh SERVER1
(probably as I haven't tested it yet)Now the real question:
Are these SSH settings correct and won't break anything in Borg and Borgbase? They're pretty strict, and I don't want to shoot myself in the foot...
Beta Was this translation helpful? Give feedback.
All reactions