Skip to content

Commit

Permalink
Add ~/.ssh/config HostName
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Jan 16, 2018
1 parent 1621c6e commit a43add1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ func main() {
if found {
network.User = conf.User
network.IdentityFile = conf.IdentityFile
network.Hosts = []string{conf.HostName}
}
}
}
Expand Down

0 comments on commit a43add1

Please sign in to comment.