Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

9
  • "BTW, you don't have to run docker with sudo, just add yourself to docker group.": Thanks, I didn't know Commented Feb 24, 2020 at 15:06
  • I still have a problem. I then can't log in as "user": # telnet -l user 172.17.0.1 2323 Trying 172.17.0.1... Connected to 172.17.0.1. Escape character is '^]'. / # whoami root / # Commented Feb 24, 2020 at 15:27
  • @CacahueteFrito: indeed, it doesn't work. Sorry. I'm not sure it's possible to achieve that with busybox telnetd implementation. Commented Feb 24, 2020 at 16:16
  • ok, then I'll just write the user and a blank line through the pipe, and maybe a usleep() before and after the password is asked. Commented Feb 24, 2020 at 16:19
  • Can't you do su user after logging in as root? Commented Feb 24, 2020 at 16:28