Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ======================================================================
- # Projects specific configs
- # It should be on top of this file
- # When you have a lot of hosts, it is the best practice
- # to store them separately
- # ======================================================================
- Include config.d/*
- # ======================================================================
- # General configuration
- # Actually you can move this to ~/.ssh/config.d/all
- # ======================================================================
- Host *
- KeepAlive yes
- ForwardAgent yes
- AddKeysToAgent yes
- ControlMaster auto
- ControlPersist 5m
- ControlPath /dev/shm/%r@%h%p
- ServerAliveInterval 60
- StrictHostKeyChecking no
- # ======================================================================
- # Personal hosts
- # ======================================================================
- Host gitlab.com
- IdentitiesOnly yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement