passphrase Questions
10
The encryption tool of gnuPG package gpg prompts for passphrase using a GUI dialog box when invoked by a regular user, however when invoked by root it prompts on CLI. How to make it use the CLI eve...
Ocana asked 21/7, 2013 at 6:53
3
VScode on OSX - GIT ssh key passphrase - working from build in terminal put not from command palette
I can connect to the Git server and do anything I want from the VSCode build in terminal, but, as soon as I use the command pallette and want to perform a push, it fails as now passphrase prompt is...
Autotomy asked 15/1, 2021 at 11:41
3
Solved
Edited Version
I have a question about GPG, but I write all of the process, maybe it will help someone.
I want to: Suppress the passphrase prompt in GPG command. I don't want to: use -c option (-...
Affright asked 2/3, 2018 at 15:37
1
I am on a Windows 10 Pro machine trying to do a git pull without having to enter my SSH passphrase every time. The key pair was generated, with a passphrase, and the public key was successfully add...
Smaze asked 7/1, 2022 at 19:39
6
I have forgoten my passphrase in Git. How do I reset it? I found two solutions on Stack Overflow, but I want to know what process to follow to reset it or to get it.
Aardvark asked 17/4, 2012 at 10:47
2
Solved
We receive GPG encrypted files from a third party. I'm modifying a C# program that finds the encrypted files, decrypts them, and deletes the encrypted ones. It all works except during the decryptio...
Odetteodeum asked 12/2, 2015 at 15:59
2
I have been using gpg for encryption for a while. Someone suggested that I should use gpg2 instead. When I went to use gpg2, I could do almost nothing; it would complain that access to private keys...
Larkins asked 13/11, 2017 at 21:33
1
Solved
I am needing to automate the generation of self signed SSL certificates for testing purposes for a project. I am generating a certificate and key using the following OpenSSL command:
> openssl ...
Candicecandid asked 15/4, 2018 at 6:16
5
Solved
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 w...
Qulllon asked 20/8, 2011 at 20:36
1
Started working on a new project where I need to run "Carthage update" for a mix of private and public projects some of which have submodules. No matter what I do Carthage hangs with no indication ...
Salvador asked 21/3, 2017 at 18:10
2
Solved
title says it all. I was wondering how do I generate RSA key pair using WebCrypto API and how do I secure it with a passphrase so I can store it in a database.
Unipersonal asked 16/7, 2016 at 16:47
3
Solved
I'm trying to automate deployment of application using fabric.
The application code is hosted on GitHub and rolling out a new version is very straightforward - just do 'git pull' and that's it. Th...
Daile asked 13/9, 2012 at 14:5
1
How do I provide passphrase with git fetch/pull in bash script.
I really need to do it in a bash script, without using ssh-add or something like that.
is it possible?
Intact asked 8/12, 2015 at 11:58
4
Solved
I'm using lftp to send files to an SFTP server, but I don't how to connect with key and passphrase.
So in sftp, I can do this:
sftp -i .ssh/id_rsa.mykey [email protected]
Enter passphras...
Amoritta asked 20/7, 2012 at 9:58
1
Solved
After running
eval `ssh-agent -s`
ssh-add ~/.ssh/id_rsa
and entering my passphrase, git still prompts me to enter the passphrase every time I perform a remote action.
To illustrate:
bash-4.1$...
Linkboy asked 4/2, 2014 at 8:20
1
Solved
When I execute these commands (setting a passphrase, after the first)...
$ ssh-keygen -t dsa
$ chmod 600 my_key
$ chmod 600 my_key.pub
...and then, to test the passphrase...
$ ssh-add my_key.pu...
Augustinaaugustine asked 16/12, 2013 at 18:3
2
I'm using Egit with Eclipse to use git and access github. Everything is working fine but one thing that I wish to omit to type id_rsa key passphrase everytime I push my commit to github.
I'm asked...
Grapher asked 29/4, 2013 at 13:56
4
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 ...
Doncaster asked 22/2, 2009 at 16:25
1
Solved
I'm working to a project in git.
In Windows, I'm using git extensions to manage this project, and to access to the public repository they gave me a .ppk key. I load it into git extension, with the ...
Hekking asked 9/3, 2012 at 8:55
6
Solved
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, pa...
Upstage asked 16/12, 2008 at 18:49
1
Solved
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 th...
Bowler asked 31/10, 2011 at 8:29
2
Solved
I am trying to incorporate GPG's 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 ...
Estimation asked 8/8, 2011 at 11:43
11
Solved
I set a passphrase when creating a new SSH key on my laptop. But, as I realise now, this is quite painful when you are trying to commit (Git and SVN) to a remote location over SSH many times in an ...
Gnu asked 21/9, 2008 at 22:39
43
Solved
How do you generate passwords?
Random Characters?
Passphrases?
High Ascii?
Something like this?
cat /dev/urandom | strings
Whisker asked 19/9, 2008 at 12:13
1
© 2022 - 2024 — McMap. All rights reserved.