kernel/v2: default SSH port to 22

This commit is contained in:
Mitchell Hashimoto 2014-05-20 20:31:14 -07:00
parent 24658a5990
commit 8856bab04b
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ module VagrantPlugins
@shell = "bash -l" if @shell == UNSET_VALUE @shell = "bash -l" if @shell == UNSET_VALUE
@default.username = "vagrant" if @default.username == UNSET_VALUE @default.username = "vagrant" if @default.username == UNSET_VALUE
@default.port = 22 if @default.port == UNSET_VALUE
@default.finalize! @default.finalize!
end end