have noticied a little error:
should be
config.vm.provision :shell, :inline => "grep '^Port 1855$'
/etc/ssh/sshd_config || echo 'Port 1855' >> /etc/ssh/sshd_config &&
service sshd restart"
config.vm.provision :shell, :inline => "grep '^Port 22$'
/etc/ssh/sshd_config || echo 'Port 22' >> /etc/ssh/sshd_config &&
service sshd restart"
--
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.