Displaying 1 result from an estimated 1 matches for "notmydom".
Did you mean:
n'mydom
2005 Sep 28
1
multiple Host entries in ssh_config
...t haven't tried that version of the software, the
manpage looks no different.
What I want to do is write an /etc/ssh/ssh_config that allows X11
forwarding to _some_ hosts by default, and not others, viz:
ssh baz X11 forwarded
ssh baz.my.domain X11 forwarded
ssh biff.notmydom.com not forwarded
ie I want to trust hosts in my domain but not outside it.
I tried various orderings of
Host *
ForwardX11 yes
Host *.my.domain
ForwardX11 yes
Host *.*
ForwardX11 no
but couldn't find anything that seemed to work as desired.
In particular, it seems it is no...