You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed steps here but got SSH connection refused error from client terminal. Thanks!
localhost:~ sylu$ ssh [email protected] -p 49158
ssh: connect to host 10.10.10.100 port 49158: Connection refused
Check top is OK
bash-3.2$ docker top nostalgic_rosalind
PID USER COMMAND
23760 root /bin/bash /src/startup.sh
23819 root /usr/bin/xdm
23821 root /usr/sbin/sshd -D
Enter interactive terminal
docker-desktop daemon is running in background, then I enter interactive shell, found that xdm and sshd is running.
bash-3.2$ docker run -it vpsee/docker-desktop
User: docker Password: Iyie1id7sooc
Adding user `docker' to group `sudo' ...
Adding user docker to group sudo
Done.
* Stopping X display manager xdm [ OK ]
* Starting X display manager xdm [ OK ]
The text was updated successfully, but these errors were encountered:
Hi,
I followed steps here but got SSH connection refused error from client terminal. Thanks!
Check top is OK
Enter interactive terminal
docker-desktop daemon is running in background, then I enter interactive shell, found that xdm and sshd is running.
The text was updated successfully, but these errors were encountered: