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

sshd problems when run as root under tsu #143

Open
davidmcnabnz opened this issue Aug 8, 2019 · 1 comment
Open

sshd problems when run as root under tsu #143

davidmcnabnz opened this issue Aug 8, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@davidmcnabnz
Copy link

I've installed Ubuntu with ssh server, and after rooting my phone, tried running Ubuntu after launching your tsu script.

It all works fine, except that when I then start ssh server, and log in from remote, commands executed remotely cannot create files. I get a weird message with every file write attempt saying "Required key not available".

Here's an excerpt from the remote client:

$ ssh root@phone
root@localhost:~# date > foo
-bash: foo: Required key not available
root@localhost:~# exit
$

This does not happen when I start up Ubuntu and its ssh server outside of tsu. When running as the normal user, remote logins are able to create and write files just fine.

Any ideas?

@exalab999 exalab999 added the bug Something isn't working label Sep 11, 2019
@exalab999
Copy link
Member

I have found similar Issue in Linux Deploy: 1099

Maybe you could try to look in that direction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants