Tagged Questions
1
vote
2answers
61 views
Password problems changing users in Terminal
I'd like to switch between the default user in Terminal and the user 'postgres', created when I installed PostgreSQL 9.2.
If I type su postgres, I'm prompted for a password that I don't know and ...
1
vote
0answers
66 views
mac asking password after cd in terminal
Recently my mac has started asking me for a password after I use cd in Terminal.app (haven't tested other term apps).
strangely though, if I press ctrl-C when the passowrd is asked, the question goes ...
0
votes
0answers
99 views
terminal ask for ssh passphrase every time
I'm relatively new in the Mac world, and right now I'm having a problem with Terminal. Every time I open Terminal (new tab or new window) I have to insert the SSH pass phrase.
Why? How can I ...
3
votes
2answers
8k views
How can I reset a Mac's password from Single User Mode?
My sister bought a used MacBook about 6 months ago and she has lost her password.
Here is the procedure I tried to use to reset the password:
Boot into single user mode (press Command-S at power ...
2
votes
1answer
332 views
Password dialog appears for password-less SSH private key
I installed my SSH private key in ~/.ssh/id_rsa. There is no passphrase associated with the key, however, whenever I connect to an SSH server, a dialog pops up and asks me to enter my password to ...
0
votes
2answers
1k views
Lion Terminal remembers sudo password after quitting
I've been using Lion since its release, and I noticed today, for the first time, that Terminal did not prompt me for a password when I typed in a sudo command, if I close and reopen Terminal within ...
1
vote
1answer
102 views
I noticed a .myPassword file in my home folder root. Is this supposed to be there?
I ran "$ ls -a" in Terminal from my home directory and it listed a .myPassword file which contained my user account password. Is this file where the password is stored? It seems like it should not be ...
1
vote
2answers
248 views
Automatically typing a password into terminal
I want to be able to change the password of a disk image, but fully automated. Is there a way to enter a string as a password instead of plain text? Or can I have a .txt file with nothing but the ...
14
votes
8answers
9k views
Password dialog appears when SSH private key permissions are set to 0600
I installed my SSH private key in ~/.ssh/id_rsa and set its permissions to 0600. When I connect to an SSH server which uses my private key in Terminal.app via ssh, a dialog pops up and asks me to ...
1
vote
2answers
818 views
Change Account Password to Blank
I recently changed an account password by accident, and was wondering how to set it back to a blank password via the shell. I have root privileges. Please help :)
passwd USER doesn't accept blank ...
2
votes
1answer
2k views
Is it possible to view passwords through Terminal?
Does anyone know how to view passwords in Terminal? Maybe by accessing the Keychain data or something? I want to be able to view passwords in Terminal with just a series of commands.
3
votes
3answers
475 views
Problem with ssh agent
I'm having a problem using ssh agent to make sure I don't have to enter a password each time a certain program uses my id_rsa private key.
I did ssh-add -K ~/.ssh/id_rsa and it seemed to add an entry ...