Skip to content

Commit

Permalink
Merge pull request #104 from kuckjwi0928/master
Browse files Browse the repository at this point in the history
fixed single port forward remote setting
  • Loading branch information
blacknon committed Jul 9, 2023
2 parents fd3bd9c + 9251021 commit aeefa71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssh/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ func (r *Run) setPortForwards(server string, config conf.ServerConfig) (c conf.S
fw := new(conf.PortForward)
fw.Mode = c.PortForwardMode
fw.Local = c.PortForwardLocal
fw.Remote = c.PortForwardRemote

c.Forwards = append(c.Forwards, fw)
}
Expand Down

0 comments on commit aeefa71

Please sign in to comment.