private-key Questions
1
I create a json key file for my GCP service account, since it's in JSON, it comes in this format:
{
"type": "service_account",
"project_id": "my-project",
...
Immix asked 22/4, 2022 at 17:2
3
I am using https://krusader.org/ in Ubuntu.
Do you know if it possible to connect using a private SSH key (pem/ppk file)? I cannot find documentation about that.
Zenaidazenana asked 1/5, 2017 at 5:45
1
I used Openssl to create a PKCS12 .p12 container storing a private key, server certificate and a CACertificate (Self signed) and I was able to export/parse the same successfully.
But I want to kn...
Olaolaf asked 17/8, 2018 at 3:46
2
Solved
I'm trying to connect to another machine using PHP's ssh2 functions. I know the ssh keys have been created with no passwords and are distributed correctly, I can ssh user@host in the terminal on my...
Matias asked 27/5, 2014 at 2:10
4
Solved
I need to read in an RSA private key from a file to sign a JWT. I have found some examples on how to save a generated RSA key to disk but nothing showing how to build a key struct based on a pre-ge...
Manifesto asked 28/5, 2017 at 18:28
9
Solved
Certificate is already installed on machine. Now I want to give read permission on PrivateKey of Certificate to application user.
Angeles asked 14/10, 2016 at 15:31
33
Solved
The problem with ssh authentication:
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing netw...
Foolery asked 7/4, 2014 at 20:53
5
Solved
I know, it looks strange, but I need to sign some data on client-side using javascript only, no ajax backdoor to server-side openssl available. Could someone suggest some client-side solution to si...
Madrigal asked 21/3, 2011 at 17:49
10
I am trying to get a better grapple on how public/private keys work. I understand that a sender may add a digital signature to a document using his/her private key to essentially obtain a hash of t...
Bratislava asked 15/8, 2013 at 16:29
5
Solved
I'm attempting to use the private key I generated using the Solana command-line to create a wallet in JavaScript / Node.
I want to use the web3.Keypair.fromSeed() method.
Here are the steps I've ta...
Heathcote asked 24/10, 2021 at 23:39
2
Solved
I have the contents of the key pair file for SFTP as a string. I need to use JSch to add the contents, but addIdentity only accepts a file path. Is there anyway I can do this?
I see that the KeyP...
Eiland asked 10/11, 2015 at 18:58
8
Solved
Whenerver I start PostgreSQL using command:
$ sudo /etc/init.d/postgresql start
Pg doesn't start up. The error reported is:
* Starting PostgreSQL 8.4 database server
* The PostgreSQL server ...
Accommodate asked 23/8, 2012 at 8:30
7
Solved
I am trying to transfer a file to an ec2 instance. I followed the Amazon's documentation, this is what my command looked like:
scp -i [the key's location] Documents/[the file's location] ec2-user@...
Beaverette asked 3/7, 2013 at 13:13
3
I have generated a an ED25519 SSH key pair using
ssh-keygen -t ed25519
The output of the id_ed25519 file is in OpenSSH format:
-----BEGIN OPENSSH PRIVATE KEY-----
...
-----END OPENSSH PRIVATE KEY-...
Anaphora asked 4/12, 2020 at 8:6
5
Solved
I am wondering if there exists some asymmetric encryption algorithm that would work with two different private keys, so that the encrypted message can be decrypted by either one of such private key...
Deprecatory asked 22/9, 2012 at 15:32
4
I have a spring boot project in which if I use private key (multiline text) it works perfectly fine (which means no issue with the key) but when I am trying to set it as environment variable in int...
Yellowwood asked 30/1, 2019 at 3:35
2
MY SITUATION
I'm working with Firebase and looking to utilize a Service Account Private Key to access the data (Firebase Console -> Project Settings -> Service Accounts -> Generate New Pri...
Extramundane asked 12/10, 2022 at 13:4
6
Solved
I have a .key file, when I do
openssl rsa -text -in file.key
I get
unable to load Private Key
140000419358368:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:703:Expecting: ANY ...
Bunsen asked 25/7, 2015 at 19:56
2
Solved
I want to connect to a remote server, I know the username and hostname, and I also have the private_key.pem file. How can I connect to this virtual machine using VSCode?
I get this error with the s...
Leffler asked 14/6, 2021 at 11:3
3
when I installed putty in my system and try to use it . I had stuck with a problem.The problem is putty PrivateKey file for authentication upload option not showing
I have tried to refer man...
Eberhard asked 3/11, 2022 at 6:41
5
Solved
The implementation of key handling with (Tortoise)Git for Windows confuses me. As far as I understood, you can implement with either ssh.exe (gits own ssh program), where you can then choose an ssh...
Randolf asked 25/11, 2014 at 14:56
3
Solved
I'm not experienced with SFTP or OpenSSH. I am trying to connect to a client's SFTP to upload a file.
I am using the SSH.NET library – https://github.com/sshnet/SSH.NET
Within my C# code I have the...
Martinmartina asked 14/1, 2021 at 17:11
1
Native mobile apps can use the Secure Element (or Enclave), e.g. to generate and use private keys for encrypting and signing data. These private keys are stored in the hardware of the mobile device...
Whoa asked 13/1, 2021 at 22:28
2
I am wondering how to extract keys from an Apple .p12 file. From my limited understanding, a .p12 file is a combination of X504 certificates and private keys.
I am seeing that every .p12 file I r...
Coumas asked 22/7, 2013 at 20:59
6
Solved
I know, there are many posts about this, but still I cannot find a solution to get this to work. I have generated a PFX-file with openssl on my machine like this:
openssl x509 -req -days 365 -in "...
Alecalecia asked 25/11, 2013 at 16:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.