changing ssh port caused refuse to connect
Solution 1:
The documentation clearly states how to provide an alternate ssh port for gcutil ssh
.
--ssh_port: TCP port to connect to
(default: '22')
(an integer)
in your case:
gcutil ssh --ssh_port=1111 <instance name>