Installed ubuntu 24.04 and sshuttle 1.1.1
user@locahost: sshuttle -D -r user@remotehost 0/0
Output:
local sudo] Password:
(user@remotehost) ** Prompt 1: Enter user password **
Password:
(user@remotehost) ** Prompt 2: For ***** Authenticator, enter ****
password once more. For *********, enter token code. **
***Password:
user@localhost:~/bin$
user@localhost:~/bin$
There are two issues with this:
- Every input prompt is indented to the right which is not a big issue in itself.
- It establishes the vpn but then window does not print keystrokes. For .e.g if I type “ls -l” in the same window, it does not show typed command but displays results in indented format.
If I exit the window, sshuttle continues to run in the background. In earlier versions of ubuntu or sshuttle, I was able to reuse the same window for other purposes which sshuttle runs in the background.