Skip to content

Commit

Permalink
feat: added ssh username support
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferInLove committed Nov 14, 2021
1 parent 38c1cfb commit 66c00b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ func action(c *cli.Context) error {
connectTo = username + "@" + parsedSelectedVM["IP"]
}

fmt.Println(connectTo)

cmd := exec.Command(sshPath, connectTo)
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 66c00b6

Please sign in to comment.