-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Populate tsh profile after ad-hoc login.
If user has not logged in yet, and runs tsh --proxy=example.com ls Teleport launches ad-hoc login screen, however because tsh did not write profile, username and proxy were lost, so any next execution tsh --proxy=example.com ls Will launch the same login screen and will ask for proxy, what is not user-friendly. This PR fixes it by saving profile after ad-hoc login attempts.
- Loading branch information
1 parent
0b67fe1
commit b29a538
Showing
2 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters