Questions tagged [rsa]

190 questions
0
votes
1 answer

Is my private key safe if I use authenticaiton agent forwarding with the ssh -A option?

I love the option to connect to servers via SSH with the -A option, so I can use my private keys on the server. This lets me update git/svn repositories and connect to other servers without the need of uploading the private key to the…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60
0
votes
0 answers

Multiple public RSA keys on server, sharing same SSH login details

At my company we use SSH to access a server in order to deploy projects through GIT. We share the same SSH login details to access the server. When I log in I always get prompted to enter the pass-phrase for my colleagues RSA key: Enter passphrase…
myol
  • 181
  • 2
  • 2
  • 12
0
votes
2 answers

Copy the rsa keys from one machine to another

Someone asked me to provide my public id_rsa key to make be able to connect to their server via ssh. I did so and it's working fine. I want to do that from my another laptop as well without having to bother them. If I just copy a public and a…
Oskar K.
  • 167
  • 2
  • 7
0
votes
1 answer

centos 6.5 ssh rsa key fails

Alright I have read many many articles and followed a few different tutorials and I can not get my RSA key to work on my centos servers. The servers are running centos 6.5 with FreePBX on them and I am trying to get this to work from my Ubuntu VM on…
schee77mr
  • 3
  • 4
0
votes
1 answer

Ubuntu 14.04 asking for pass phrase to unlock RSA key oddity.

Sorry for the obscure title but I have no idea how to phrase this.. I am having an oddity occurring with my RSA key, I use RSA key authentication over SSH for all my servers and other services where possible. Recently I have been doing commits to a…
Paul Barclay
  • 131
  • 1
0
votes
6 answers

software version of the RSA SecurID?

Is there a software version of the securID fob below: RSA SecurID fob http://www.frontierpc.com/ProductImages/Large/1010053834.jpg I remember reading that the algorithm for the key generation had been broken & that there was a software utility…
Nick Kavadias
  • 10,796
  • 7
  • 37
  • 47
0
votes
0 answers

How to integrate RSA with AS DS?

I have not been able to find anything online that isn't AD FS. Since I do not run AD FS, is there a way to integrate RSA Securid with just AD DS? Any online resources? Also, this is a 2012 server.
Jeff
  • 701
  • 8
  • 13
  • 26
0
votes
3 answers

SSH connection with public RSA key

I have next configuration in our corporative network: Client: (artur@lothlorien.isd) /etc/ssh/ssh_config: Host * SendEnv LANG LC_* HashKnownHosts yes GSSAPIAuthentication yes GSSAPIDelegateCredentials no File…
Arthur Halma
  • 131
  • 8
0
votes
3 answers

SCP Asking for Password with RSA Key

I've followed a few tutorials on setting up RSA Public Key Authentication, but I cannot seem to get it to work. I can SSH into the remote machine without a password, but when I try and scp files, I still get prompted for a password even though it…
w3rthl3ss
  • 135
  • 2
  • 7
0
votes
3 answers

Generate pfx certificate from pem rsa

I have a PEM RSA private key generated with opendkim: # dkim-genkey -t -s code001 -d domain.com and for use it with exchange, i need to convert it to pfx with this command: # openssl pkcs12 -export -in code001.private -nodes -out code001.pfx…
0
votes
2 answers

Upgrading to RSA Authentication manager 8.0, server linux or windows?

We're planning on upgrading to RSA authentication manager 8.0, and I'm wondering if there is any benefits installing this on a Linux server instead of a windows 2008 server. We want to run it with applience to vmware. Where can I find more about…
Hh_ga
  • 3
  • 1
0
votes
1 answer

openssl Subject Public Key Info: RSA Public Key: (1024 bit) vs Public Key: (1024 bit)

I have a couple of certificates whose format seem pretty similar except for one thing I have checked the details of the cert by using the following openssl command openssl x509 -in certname -text In one of the certificates, the Subject Public Key…
user93353
  • 287
  • 1
  • 6
  • 17
0
votes
1 answer

passwordless scp without keys

I am looking for some option that will allow me to accept files from any server using SCP command. I am aware of the process of creating password-less logins. But what I am looking for is an option on central server that can be changed to accept…
shantanuo
  • 3,579
  • 8
  • 49
  • 66
0
votes
2 answers

SSH failing from script, working on command line (Git)

Have 3 servers: Local, Bare, Development. The following workflow works perfectly: 1. Make my local changes 2. git push to Bare 3. ssh into Bare 4. $ ssh ip.of.Development.server "cd /path/to/Development/repo; git pull" This does exactly what you…
Nick Brown
  • 125
  • 4
0
votes
1 answer

How to check whether our RSA certificates are 1024 bits and above?

Recently Microsoft pushed that certificate keys should be 1024 bits or above. Microsoft minimum key length How can I verify whether a key is 1024 bits or not?
Samselvaprabu
  • 1,311
  • 5
  • 14
  • 27