Ich möchte das Flag -N in meiner SSH-Konfigurationsdatei verwenden, bin mir aber nicht sicher, wie ich das machen soll.
Ist es möglich?
-N Do not execute a remote command. This is useful for just for‐
warding ports (protocol version 2 only).
Host foo
HostName foo.bar.com
User baz
<how can I add -N flag here?>
ssh -N
, warum müssen Sie dies als Konfigurationsparameter festlegen?