[GH-ISSUE #361] problem when setup ssh connection #230

Closed
opened 2026-02-27 15:57:53 +03:00 by kerem · 1 comment
Owner

Originally created by @kilin-s on GitHub (Oct 5, 2020).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/361

Hi.

I've got an error "Problem occurred with host test : Cannot find 'ssh' in path: No such file or directory"

webvirtcloud run in docker. In container created ssh keys in nginx home dir

[supervisord]
nodaemon=true

[program:webvirtcloud]
command=/usr/local/bin/gunicorn webvirtcloud.wsgi:application -c /webvirtcloud/gunicorn.conf.py
directory=/webvirtcloud
user=nginx
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0

[program:nginx]
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;"
user=root
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0

[program:novncd]
command=/usr/bin/python3 /webvirtcloud/console/novncd -v
directory=/webvirtcloud
user=nginx
autostart=true
autorestart=true
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
Originally created by @kilin-s on GitHub (Oct 5, 2020). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/361 Hi. I've got an error "Problem occurred with host test : Cannot find 'ssh' in path: No such file or directory" webvirtcloud run in docker. In container created ssh keys in nginx home dir ```ini [supervisord] nodaemon=true [program:webvirtcloud] command=/usr/local/bin/gunicorn webvirtcloud.wsgi:application -c /webvirtcloud/gunicorn.conf.py directory=/webvirtcloud user=nginx autostart=true autorestart=true redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 [program:nginx] command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;" user=root autostart=true autorestart=true redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 [program:novncd] command=/usr/bin/python3 /webvirtcloud/console/novncd -v directory=/webvirtcloud user=nginx autostart=true autorestart=true redirect_stderr=true stdout_logfile=/dev/fd/1 stdout_logfile_maxbytes=0 ```
kerem closed this issue 2026-02-27 15:57:53 +03:00
Author
Owner

@kilin-s commented on GitHub (Oct 9, 2020):

on centos image should be openssh-clients pkg

<!-- gh-comment-id:706156949 --> @kilin-s commented on GitHub (Oct 9, 2020): on centos image should be openssh-clients pkg
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#230
No description provided.