From ad9629dd4af2f1bdb57664b6a7bc38bbc9367880 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 13 Nov 2019 17:52:23 +0100 Subject: profiles: allow nc in ssh profile by default --- etc/ssh.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ssh.profile b/etc/ssh.profile index 584c56b54..1551c3fb6 100644 --- a/etc/ssh.profile +++ b/etc/ssh.profile @@ -10,8 +10,8 @@ include globals.local noblacklist /etc/ssh noblacklist /tmp/ssh-* noblacklist ${HOME}/.ssh -# If you want to use tor, uncomment the next line or put it in your ssh.local -#noblacklist ${PATH}/nc +# nc can be used as ProxyCommand, e.g. when using tor +noblacklist ${PATH}/nc include disable-common.inc include disable-exec.inc -- cgit v1.2.3-70-g09d2