Skip to content

Conversation

ccojocar
Copy link
Member

@ccojocar ccojocar commented Feb 6, 2018

rules/ssh.go Outdated
@@ -0,0 +1,47 @@
// (c) Copyright 2016 Hewlett Packard Enterprise Development LP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am no longer am associated with HP and since this contribution is from you I don't think this header needs to be here.

I probably need to create a LICENSE, AUTHORS, and COPYRIGHT files to better track contributions and copyright information.

"golang.org/x/crypto/ssh"
)
func main() {
_ := ssh.InsecureIgnoreHostKey()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think you need to change ':=' to '=' for the test to run.

@ccojocar
Copy link
Member Author

ccojocar commented Feb 7, 2018

Thanks for reviewing my changes. I pushed the fixes.

The ssh package is not part of the standard library in go 1.5.
@gcmurphy gcmurphy merged commit a72a21b into securego:master Feb 8, 2018
@gcmurphy
Copy link
Member

gcmurphy commented Feb 8, 2018

Thanks this is a great addition.

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.

2 participants