Questions tagged [passphrase]

A passphrase is a sequence of words or other text used to control access to a computer system, program or data. Passphrases are often used to control both access to, and operation of, cryptographic programs and systems.

151 questions
0
votes
0 answers

Ansible stop after break (asking passphrase again)

"ansible-playbook provision.yml --key-file=/path/to/my/OVH-Ansible-user.ssh" is used to run my ansible-playbook. my ssh key which have a certain passphrase (I know I could generate a key without a passphrase but I'd rather not at the moment) is…
Ayra
  • 328
  • 2
  • 12
0
votes
1 answer

How to connect the ssh server using the ssh passphrase using shell script

We are writing the automatic script to connect my servers using the shell script. We do not have the password for the server. We have only public ssh passphrase. We have tried passphrase instead of the password in this comment but it says permission…
esu
  • 2,220
  • 8
  • 19
  • 30
0
votes
1 answer

Why isn't ssh-agent authenticating the private key's passphrase when I use Ansible?

In short, ssh-agent will authenticate the passphrase when I ssh into the remote server from the command line, but whenever I execute an ansible playbook it asks for the passphrase. My question is, why won't ssh-agent authenticate the passphrase for…
TryHarder
  • 2,704
  • 8
  • 47
  • 65
0
votes
3 answers

Hash algorithm shuffling?

I'm looking to design a sorting process/algorithm that shuffles items in a list, but to do so uniquely based on the hash of an input; so that when the same input--essentially a passphrase--is hashed or processed, the same exact shuffling is…
0
votes
1 answer

How can we avoid the gnupg passphrase prompt in C# for Windows?

I am trying to upgrade our legacy code from gnupg1.x to gnupg2.2.4. This is on Windows machine and I installed gnupg for windows gnupg-w32-2.2.4_20171220.exe. I am stuck as my C# application keeps prompting me to enter the passphrase and time outs…
Ditty
  • 521
  • 7
  • 24
0
votes
1 answer

why pgp ask passphrase at the first time after I use --passphrase-fd

please see my batch file: cd C:\Program Files (x86)\Gpg4win\bin echo "my passphrase"|gpg --always-trust --recipient abc@def.com --batch --passphrase-fd 0 --output D:\pgptest\a.txt --decrypt "d:\pgptest\b.txt" It keeps asking me to input the…
Miken
  • 35
  • 8
0
votes
2 answers

Add Certificate X509 with passphrase key to Webservice request

I'm having trouble with adding a new SSL certificate to my webService request. var client = new RestClient(tokenUrl); string certif = String.Format("{0}/client.cer", CertifPath); string key =…
0
votes
1 answer

GPG decryption without passphrase, working on local but fails on IIS and hosted environment

I am using gpg encryption decryption, which is working fine on my local system (while running on VS2015) but it fails when I host it to server/or try running it from local IIS. It doesnt prompt for any runtime error, but dont create the decrypted…
Pankaj Nema
  • 165
  • 2
  • 13
0
votes
0 answers

SQL Server Decryption By Passphrase Returns NULL

In a nutshell, my goal is to transfer encrypted string of messages between one SQL Server database to another. The databases are residing in the same server, however I have this very exact design requirement. I use few tables in both the database to…
blogs4t
  • 2,329
  • 5
  • 20
  • 33
0
votes
1 answer

Passphrase for private key using ftpUpload function in R

I'm writing something in R which needs to upload a file to a server using SSH key authentication. I'm using the below code from the RCurl package, but the private key I'm using has a passphrase. For the life of me, I can't figure out how to specify…
Tom
  • 33
  • 4
0
votes
1 answer

Reload fail - Ubuntu 15.04 - SSL PassPhrase init

I got this error on apache2 in my logs when typing: /etc/init.d/apache2 reload [Tue Feb 14 15:53:59.437078 2017] [ssl:emerg] [pid 15072] AH02580: Init: Pass phrase incorrect for key www.XXX.com:443:0 [Tue Feb 14 15:53:59.437128 2017] [ssl:emerg]…
0
votes
1 answer

Why requires SSH public key authentication the passphrase again after 2k sessions?

I recently started the replacement of my backup storage. The Mac Mini with a WD MyBook is being replaced by a Synology DiskStation. On of the backup scripts i have been using to synchronize my external HDD with VMs stopped working properly after…
pcvnes
  • 927
  • 2
  • 15
  • 41
0
votes
1 answer

Why calling the same function many times with different arguments is slower

I have put up a simple bash script that generates 4 words random passphrases from a list of thousands of words. Now I am not sure if it is really secure or efficient being for my personal use, you guys let me know if you think about any…
Jeanmichel Cote
  • 531
  • 1
  • 5
  • 19
0
votes
1 answer

OpenShift Passphrase Lost. What Options Do I Have?

I've lost the passphrase to my OpenShift account. :-( What options are open to me? I believe that I may need to use rhc to recreate private and public keys etc. Is that correct?
Lyndon
  • 573
  • 6
  • 24
0
votes
2 answers

using tFTPConnection to connect to SFTP using a public key file without passphrase

I am using tFTPConnection to connect to SFTP using a public key file. But the issue with this component is that I can't leave Password and Key Passphrase blank as it throws error. But when I tryusing Filezilla, I am able to connect. Please help.
Meen
  • 119
  • 3
  • 15