I using the PipeableOSProcess to run ssh commands which return output and Pharo hangs when I try it. Commands executing locally work okay, but the ssh ones generally hang. Transcript show: (PipeableOSProcess command: '~/deploy_scripts/linkproxy.sh -f 1591') output eg The linkproxy.sh backgrounds an SSH command that enables both remote and local forwarding via the "command &" option. Is there some other option I can use to stop the script hanging? The other part is when I use execute a command remotely via SSH. eg - ssh user@localhost 'execute remote command'. This option also results in a hang. Anyway I will make some further checks and report back. Transcript show: (PipeableOSProcess command: '~/deploy_scripts/linkproxy.sh -f 1591') output -- Frank Church ======================= http://devblog.brahmancreations.com