Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
awit-zsh-superawesome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
allworldit
awit-zsh-superawesome
7aca0bcf1ae605351bf33eebe7c9326206f9a677
awit-zsh-superawesome
zshrc.d
91-aliases-ssh-add.zsh
Find file
Normal view
Permalink
91-aliases-ssh-add.zsh
91 B
Newer
Older
Make sure we force confirmation for SSH agent
Nigel Kukard
committed
5 years ago
1
# Make sure we ask before every use of our key
Added ssh-add timeout period of 30 mins
Nigel Kukard
committed
5 years ago
2
alias
ssh-add
=
'/usr/bin/ssh-add -c -t 1800'