Skip to content

Commit

Permalink
Update easyssh.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hypersleep committed Feb 16, 2015
1 parent 6d94b19 commit 0843403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easyssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import (
// Contains main authority information.
// User field should be a name of user on remote server (ex. john in ssh [email protected]).
// Server field should be a remote machine address (ex. example.com in ssh [email protected])
// Key is a path to public key on your local machine.
// Key is a path to private key on your local machine.
// Port is SSH server port on remote machine.
// Note: easyssh looking for private key in user's home directory (ex. /home/john + Key).
// Then ensure your Key begins from '/' (ex. /.ssh/id_rsa)
type MakeConfig struct {
Expand Down

0 comments on commit 0843403

Please sign in to comment.