palmic
palmic

Reputation: 1856

capistrano remote requirements

i am trying to deploy PHP app with capistrano, but i can't find what ssh commands exactly capistrano needs to have allowed on remote server.

my remote host allows this ssh channels:

$ pwd called via SSH there returned nothing:

pwd

WinSCP: this is end-of-file:0

I know Capistrano needs more, but can't find what exactly.

Upvotes: 1

Views: 1386

Answers (1)

Xylakant
Xylakant

Reputation: 112

If you're able to ssh into you machine and run the "sh" command, things should be fine. There's a list of requirements here:

https://github.com/capistrano/capistrano/wiki/2.x-Getting-Started

Upvotes: 2

Related Questions