Marty Oehme
c751df31ad
Added configuration module for ssh client. Sets some basic settings and sets a general structure for the ssh folder: ``` .ssh/ |- config |- conf/ |---|- config.ssh |----- hosts.ssh |- keys/ |---|- id_* ------ id_*.pub ``` Config only refers to the files situated in `conf/` directory, while any `hosts.ssh` configuration redirects to the correct keyfiles lying in `keys/`. Actual settings can be configured in `config.ssh` and this file is also committed to versioning, whereas keys and hosts are not.
5 lines
155 B
Text
5 lines
155 B
Text
# Send a keepalive package every 15 seconds without data
|
|
ServerAliveInterval 15
|
|
|
|
# conserve some bandwidth at the cost of processing power
|
|
Compression yes
|