Explicitly tell ssh server we're done sending data
This commit is contained in:
parent
b393de052f
commit
447d6810f7
|
@ -210,6 +210,9 @@ module Vagrant
|
||||||
|
|
||||||
# Remember to exit or this channel will hang open
|
# Remember to exit or this channel will hang open
|
||||||
ch2.send_data "exit\n"
|
ch2.send_data "exit\n"
|
||||||
|
|
||||||
|
# Send eof to let server know we're done
|
||||||
|
ch2.eof!
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue