Even though it may not be critical to have usernames, hostnames and the respective ssh ports out in the open as they usually aren't secret, it should still be avoided.
12 lines
217 B
Text
12 lines
217 B
Text
# vim: ft=sshconfig
|
|
# Rules for all connections
|
|
Host *
|
|
AddKeysToAgent confirm
|
|
|
|
# Include external config if available
|
|
Include conf.d/*
|
|
|
|
# Use if they havent been defined yet:
|
|
Host *
|
|
Compression yes
|
|
ForwardAgent no
|