mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding .ssh/config.
This commit is contained in:
parent
7a30576571
commit
e89457b434
2 changed files with 8 additions and 0 deletions
7
config/ssh.conf
Normal file
7
config/ssh.conf
Normal file
|
@ -0,0 +1,7 @@
|
|||
AddressFamily inet
|
||||
TCPKeepAlive=yes
|
||||
ServerAliveInterval=15
|
||||
ServerAliveCountMax=6
|
||||
StrictHostKeyChecking=no
|
||||
Compression=yes
|
||||
ForwardAgent=yes
|
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -177,6 +177,7 @@ def setup_local_files():
|
|||
put("config/toprc", "./.toprc")
|
||||
put("config/zshrc", "./.zshrc")
|
||||
put('config/gitconfig.txt', './.gitconfig')
|
||||
put('config/ssh.conf', './.ssh/config')
|
||||
|
||||
def setup_libxml():
|
||||
sudo('apt-get -y install libxml2-dev libxslt1-dev python-lxml')
|
||||
|
|
Loading…
Add table
Reference in a new issue