Fixed a comment in ssh-agent plugin.
This commit is contained in:
parent
b646296a47
commit
128d29e6d9
|
@ -26,7 +26,7 @@ _ssh_agent_forwarding=
|
||||||
function _ssh-agent-start() {
|
function _ssh-agent-start() {
|
||||||
local -a identities
|
local -a identities
|
||||||
|
|
||||||
# Start ssh-agent and setup environment.
|
# Start ssh-agent and setup the environment.
|
||||||
/usr/bin/env ssh-agent | sed 's/^print/#print/' > "${_ssh_agent_env}"
|
/usr/bin/env ssh-agent | sed 's/^print/#print/' > "${_ssh_agent_env}"
|
||||||
chmod 600 "${_ssh_agent_env}"
|
chmod 600 "${_ssh_agent_env}"
|
||||||
source "${_ssh_agent_env}" > /dev/null
|
source "${_ssh_agent_env}" > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue