How to set user name on termux #2696
Closed
skydivingwill
started this conversation in
General
Replies: 1 comment
-
For SSH this can be done using But it is not possible to change your actual user name under which you logged in to Termux, i.e. the one reported by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for how to set username so I could use ssh to other servers with this app.
I saw several closed posts here that say it's not possible but it actually is.
Host *
User YourUserName
ref: https://stackoverflow.com/questions/10197559/ssh-configuration-override-the-default-username
Beta Was this translation helpful? Give feedback.
All reactions