featurebase/creator
jaffee 37d11b858e clean up remote create, kill remote cluster
Had to jump through some hoops to kill the remote cluster reliably. Not all ssh
server implementations respect signals, so in order to kill the cluster, we
request a pty for the ssh session. This allows us to send the byte 0x03 which is
effectively the same has hitting Ctrl-c in an interactive ssh session. With a
pty, just closing the session also seems to kill the remote process.
2016-12-13 16:36:52 -06:00
..
creator.go clean up remote create, kill remote cluster 2016-12-13 16:36:52 -06:00
local.go clean up remote create, kill remote cluster 2016-12-13 16:36:52 -06:00
remote.go clean up remote create, kill remote cluster 2016-12-13 16:36:52 -06:00