-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d94b19
commit 0843403
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 { | ||
|