Closed ipmb closed 12 years ago
echo "password" | kip mysite.com user will leave the password in plain text in the user's shell history. There must be a better way to do it.
echo "password" | kip mysite.com user
Yes, thanks for that. I've changed it so that instead of piping in the password, you can ask to be --prompted.
--prompt
:+1:
echo "password" | kip mysite.com user
will leave the password in plain text in the user's shell history. There must be a better way to do it.