Skip to content

Commit

Permalink
hardcode remap ssh host to 50022 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
skara9 authored Jul 30, 2024
1 parent f91d827 commit 55ac04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def call(env)

# remap ssh.host to ssh_port
if options[:id] == "ssh"
remap[options[:host]] = machine.provider_config.ssh_port
remap[options[:host]] = 50022
break
end
end
Expand Down

0 comments on commit 55ac04a

Please sign in to comment.