Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to connect to ssh on 2.0.0-beta7 #204

Open
dklawren opened this issue Oct 28, 2016 · 2 comments
Open

unable to connect to ssh on 2.0.0-beta7 #204

dklawren opened this issue Oct 28, 2016 · 2 comments
Labels

Comments

@dklawren
Copy link

dlite ssh just hangs indefinitely. dlite tty seems to start but cannot see that the vm is running.

$ dlite status
vm_state: started
ip_address: 192.168.64.12
pid: 3195
id: 04323bea-9bb3-11e6-bc79-a45e60ee1a85
hostname: local.docker
disk_size: 20
disk_path: /Users/dkl/.dlite/disk.qcow
cpu_cores: 2
memory: 2
dns_server: 192.168.64.1
docker_version: latest
docker_args:

$ dlite ssh
^C

$ dlite tty
You may have to press enter a few times to get a login prompt
Username is 'root', password is 'dlite'
When you're finished press Ctrl+A then D to exit

Failed to get a terminal, is your virtual machine running?

@nlf
Copy link
Owner

nlf commented Oct 28, 2016

tty i'm aware is broken, ssh should be working though.. are you able to ping the vm? what happens if you ssh root@192.168.64.12?

@nlf
Copy link
Owner

nlf commented Oct 29, 2016

the tty command works now, i'll have a new build released today with that fix.

as for why ssh was failing, this sounds like more of a networking or vm related problem so i'm going to re-title this issue as such until we can diagnose it

@nlf nlf changed the title dlite ssh and dlite tty fail to work properly on latest 2.0.0-beta7 unable to connect to ssh on latest 2.0.0-beta7 Oct 29, 2016
@nlf nlf added the question label Oct 29, 2016
@nlf nlf changed the title unable to connect to ssh on latest 2.0.0-beta7 unable to connect to ssh on 2.0.0-beta7 Oct 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants