# Server provisioning works but deploy doesn't

**URL:** https://discourse.roots.io/t/server-provisioning-works-but-deploy-doesnt/9406
**Category:** trellis
**Created:** 2017-04-18T08:53:35Z
**Posts:** 7
**Showing post:** 7 of 7

## Post 7 by @ian — 2019-02-22T07:57:36Z

For me the issue was the server was provided to me from vendor with only port 2224 open. This required [Using Non-standard SSH Port](https://discourse.roots.io/t/using-non-standard-ssh-port/5146/2?u=ian)

```
[production]
12.34.56.67 ansible_ssh_port=2224
```

Then after provisioning I needed to delete the entry in my known hosts and remove `ansible_ssh_port=2224`.

Then all was honky dory.

---

_[View the full topic](https://discourse.roots.io/t/server-provisioning-works-but-deploy-doesnt/9406)._
