Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upIdea: prompt user for login information if no shell variables given #1
Comments
stdevel
added
the
enhancement
label
May 10, 2014
stdevel
self-assigned this
May 10, 2014
added a commit
that referenced
this issue
May 10, 2014
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
stdevel
May 10, 2014
Owner
Fixed in commit b93ce6a
Implemented auth files and login credentials prompting
|
Fixed in commit b93ce6a |
stdevel
closed this
May 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stdevel commentedMay 10, 2014
Red Hat Portal user "Remmele" had the idea to prompt the user for login information: https://access.redhat.com/site/discussions/874773
Passing the login information using shell variables can be a security problem unless you're dropping shell history support for your command:
Another idea is to also implement username/password files (with permissions 0600) - the script could also read the credentials from that file.