Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update vendor golang.org/x/crypto #1

Merged
merged 1 commit into from
Jul 3, 2019

Conversation

gecko655
Copy link
Owner

@gecko655 gecko655 commented Jul 3, 2019

Also modify ssh.go to include:

config.HostKeyCallback = ssh.InsecureIgnoreHostKey()

We should review whether this is ok, or whether there's
a better callback function to use here.

Updating the vendor package solved my issue with ssh-agent
and allowed me to connect to a remote host even if I have
several keys registered with the agent.

Without this patch I have to clear my ssh-agent identity list
each time I use sup.

Fixes pressly#158

Also modify ssh.go to include:

    config.HostKeyCallback = ssh.InsecureIgnoreHostKey()

We should review whether this is ok, or whether there's
a better callback function to use here.

Updating the vendor package solved my issue with ssh-agent
and allowed me to connect to a remote host even if I have
several keys registered with the agent.

Without this patch I have to clear my ssh-agent identity list
each time I use sup.

Fixes pressly#158
@gecko655 gecko655 merged commit 4a250bf into gecko655:master Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update vendor crypto package (solves ssh agent issue)
2 participants