137
36
In case it matters:
- OS: Ubuntu 10.04
- SSH: OpenSSH_5.3p1 Debian-3ubuntu5
I'd like one SSH config file to include another one. The use case would be to define whatever I want in my default .ssh/config
file and then pre-pend a couple of extra things in a separate file (e.g. ~/.ssh/foo.config
). I want the second file to incorporate the first one, though, so I don't have to duplicate everything in the first one. Is that doable? Thanks!
2
Same question on serverfault: http://serverfault.com/questions/375525/can-you-have-more-than-one-ssh-config-file
– guettli – 2014-10-29T17:56:48.623