Tagged Questions
The passphrase tag has no wiki summary.
22
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
5
votes
5answers
5k views
Java passphrase encryption
I'm trying to learn how to do passphrase-based encryption with Java. I'm finding several examples online, but none (yet) on Stack Overflow. The examples are a little light on explanation for me, ...
4
votes
3answers
3k views
cygwin ssh no putty yes?
I generated a keys with putty w/ no passphrase. putty works fine, but now i installed cygwin and would like to use ssh to login. For some reason i'm prompted for a passphrase? why? putty just logs ...
3
votes
3answers
917 views
Failures caused by logrotate on Apache 2 with passphrase protected SSL key
I have an Apache 2 installation on Debian with mod_ssl installed. The server private key is protected by a passphase that needs to be entered on start-up. The error and access logs are subject to ...
2
votes
3answers
450 views
Setup passphraseless ssh to localhost on OS X
I'm trying to get Hadoop's Pseudo-Distributed Operation example (http://hadoop.apache.org/common/docs/stable/single_node_setup.html) to work on OS X Lion, but am having trouble getting the ssh to work ...
2
votes
4answers
240 views
Temporarily remove the ssh private key password in a shell scriptI
I am required to deploy some files from server A to server B. I connect to server A via SSH and from there, connect via ssh to server B, using a private key stored on server A, the public key of ...
2
votes
2answers
164 views
ssh with passphrase
ssh user@host works (in a script via Apple Terminal)
does anybody know an easier way than ssh-agent to combine the passphrase with the ssh command ?
regards
1
vote
1answer
198 views
Java git client using jgit
I am having some difficulties with a git client written in java. I am using the jGit library to connect through ssh on the git server. The problem is that i don't know how to specify the path to the ...
1
vote
5answers
203 views
MonoDevelop 2.8 Beta 2 on OSX. Struggling with Git
Is there anyone who uses GitHub with MD for MonoTouch?
I set-up everything as this instruction says: http://help.github.com/mac-set-up-git/
Created a repo, committed some stuff into it...
And then ...
1
vote
0answers
113 views
ssh on localhost without passphrase to allow svn+ssh://
A subversion repository uses property svn:externals to include files from another repository. Both repositories reside on the same server. Clients use svn+ssh:// to connect to the respositories ...
1
vote
1answer
168 views
Force ssh private key to use passphrase everytime
I have some clients with ssh-key based access to servers with passphrase. On clients the passphrase is prompted only for the first time or when client system are rebooted.
Is it possible to force ...
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
1answer
41 views
how to find passphrase in an image .jpg?
Is there any tool or software to find passphrases in an image like .jpg? or Should i use any programming in this regard, i googled but din't find any guidance?
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 ...
0
votes
1answer
36 views
What are secret passphrases in URL
I don't know much about the use of some random strings in URL.
As far as I used, I learned that it can be used where any user simply cannot guess the URL.
First noticed in phpmyadmin, as blowfish ...
0
votes
1answer
146 views
How to overwrite a gpg output file without prompt(automatically)?
I would like to know how to overwrite an output file with gpg encryption?
if i have the same filename in the target directory it fails decryption
the command that i use to decrypt is :
gpg ...
0
votes
1answer
110 views
gpg decryption giving error in LINUX “can't query passphrase in batch mode”
Hi im using gpg to decrypt a file in linux, im using
shell_exec("gpg --batch --passphrase-file $passphrase_file -d $encrypted_file");
to decrypt the file, but im getting the following errors.
...
0
votes
2answers
47 views
How to decrypt an encrypted file by passing the “gpg passphrase” in the command using PHP?
I would like to know how can i decrypt a file by passing the passphrase/secret key in the command line.
I tried using this, but its still giving me a prompt to enter the passphrase.
echo ...
0
votes
1answer
260 views
Problem with gitosis and EGit
I have gitosis installed on a personal server and I've set it up so that my ubuntu machine I'm on now can access the repository from the command line just fine with
git clone ...
0
votes
1answer
236 views
Git ssh private key passphrase
I am trying to call git fetch from command prompt in windows, the only problem is that it asks for the passphrase of the private key. I have it, but is it possible to be supplied automatically like ...
0
votes
2answers
153 views
How can I force GPG to accept input from STDIN instead of trying to open a file?
I am trying to incorporate GPG clear-signing of text in a string in a PHP script. I can cause GPG to encrypt text in a string like this:
$encrypted = shell_exec("echo '$text' | gpg -e -a -r ...
0
votes
0answers
164 views
Generate RSA key pairs encrypted with a passphrase PKCS#8 in Python on Google App Engine?
Using PyCrypto I am able to create RSA keys and export them as transportable PEM format, and that is working fine. However I would like to use a passphrase, which I do not know how to implement.
It ...
0
votes
0answers
40 views
Javascript APIs [closed]
So I am trying to figure out how to use APIs.
If I want to embed a movie from an API and it gives me a passcode, secret key for the video, the username, and the label of the movie..
I'm not sure how ...
0
votes
1answer
197 views
Keep SSL keyfile open in Python
I'm using Python's ssl library with an encrypted keyfile. However every time I wrap a socket, I'm prompted for the passphrase.
Enter PEM pass phrase:
How can I give the passphrase just once, and ...
0
votes
0answers
165 views
need help generating CSR using my developer program
My professor has got a iphone standard developer program and has given me the credentials to login. I am unable to create a CSR following the steps in the program portal. The email id in the profile ...