modify sshagent option

This commit is contained in:
vincent 2019-12-08 11:04:00 +01:00
parent 34cafe72ed
commit ec43095c54
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
# ssh_config(5) man page. # ssh_config(5) man page.
Host * Host *
AddKeysToAgent yes
ForwardAgent no ForwardAgent no
# ForwardX11 no # ForwardX11 no
# PasswordAuthentication yes # PasswordAuthentication yes

View File

@ -54,7 +54,7 @@ ZSH_THEME="rkj-repos"
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(archlinux common-aliases cp systemd colored-man-pages extract rsync history-substring-search nmap sudo systemadmin wakeonlan git zsh-256color tmux thefuck zsh-syntax-highlighting ssh-agent pip pyenv python docker) plugins=(archlinux common-aliases cp systemd colored-man-pages extract rsync history-substring-search nmap sudo systemadmin wakeonlan git zsh-256color tmux thefuck zsh-syntax-highlighting pip pyenv python docker)
# User configuration # User configuration