Tagged Questions
21
votes
3answers
16k views
How do I remove the passphrase for the SSH key without having to create a new key? [closed]
I set a passphrase when creating a new SSH key on my laptop. But, as I realise now, this is quite a PITA when you are trying to commit(git,svn) to a remote location over SSH many times in an hour.
...
13
votes
40answers
3k views
How do you generate passwords?
Random Characters?
Passphrases?
High Ascii?
cat /dev/urandom | strings
1
vote
1answer
114 views
OpenSSH Two Phase Login
I would like it if when I use OpenSSH like so:
ssh user@host
that it asks for a passphrase
Please enter Passphrase:
then asks for the password
Please enter Password:
Is this possible?
1
vote
4answers
370 views
Password composition algorithm
I'm sick of remembering all the passwords for different logins. Lately I found the interesting tool password composer which lets you generate passwords base on the hostname and a secret master ...