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 have Debian Jessie installed via debkit.
When chrooting to the image, I can access phone's internet connection.
Then I install ssh within the debkit (which provides sshd server), create new user via adduser, and connect with to user via ssh at 127.0.0.1.
With this connection, I can access debkit filesystem, but any internet-dependent command (such as ping, npm install, git clone or pip install) fails to connect target http server.
How can I fix this?
The text was updated successfully, but these errors were encountered:
I have Debian Jessie installed via debkit.
When chrooting to the image, I can access phone's internet connection.
Then I install
ssh
within the debkit (which provides sshd server), create new user viaadduser
, and connect with to user via ssh at 127.0.0.1.With this connection, I can access debkit filesystem, but any internet-dependent command (such as
ping
,npm install
,git clone
orpip install
) fails to connect target http server.How can I fix this?
The text was updated successfully, but these errors were encountered: