Questions tagged [rsa]

190 questions
1
vote
2 answers

How to manually know the RSA2 key finger print?

When I grep in the etc folder, I get this message: grep: ssh_host_rsa_key: Permission denied. Since I am on cygwin, I can't use sudo or something else. Please let me know how to find it out.
Animesh
  • 273
  • 5
  • 17
1
vote
1 answer

What's the most compact way to store a password-protected RSA key?

I've tried converting a PEM-encoded key to DER format, and it appears the password is stripped regardless of the -passout argument. Example: openssl rsa -in tmp.pem -outform DER -out tmp.der -passin pass:foo -passout pass:bar -des3 The resulting…
Tim
  • 584
  • 2
  • 9
  • 20
1
vote
0 answers

unable to logon because of account restriction on Domain Controller

I have a Domain Controller which had installed RSA SecurID software Few months ago we switched from RSA SecurID to Gemalto smart cards. This DC was the last machine with RSA software installed Yesterday I uninstalled "RSA Authentication Agent for…
SeeR
  • 739
  • 6
  • 10
1
vote
1 answer

SSH with public/private key to iMac fails

I'm trying to connect to my iMac (server) from my macbook (client) on my LAN. Both have Mac OS X 10.6.4. Server running on a new clean install of the OS. When just activating Remote Login in System Preferences everything works fine. But when setting…
bennedich
  • 111
  • 4
1
vote
1 answer

How to run RSA software fob on Ubuntu?

I am using RSA software fob on windows. I want to use software fob on ubuntu. I didnot find any relevant software on RSA website for using software fob on ubuntu. I tried to use RSA firefox plugin but even that does not work properly. With firefox…
Ashish
1
vote
4 answers

Enabling publickey authentication for server's sshd

I have two servers running RHEL 5. Both have nearly identical configurations. I have set up RSA Publickey authetication on both, and one works but the other does not: [my_user@client] $ ssh my_user@server1 --- server1 MOTD Banner…
aaron
  • 741
  • 3
  • 10
  • 19
1
vote
0 answers

Why PuTTY doesn't accept SSH key exchange RSA algorithm

Summary: I am trying to set SSH key exchange algorithm to RSA with no luck. The session is between my Windows machine with PuTTY as client to a Linux machine in Amazon EC2. Description: I configured PuTTY to use the RSA-based key exchange algorithm…
E235
  • 111
  • 3
1
vote
0 answers

ssh with public key at Synology - not working

I guess I have done everything right. Public/private keys, files permissions, etc. There are 3 machines: ubuntu old_synology new_synology I start from ubuntu, ssh to old_synology without a password. It works. I ssh from old_synology to…
Pepe
  • 123
  • 3
1
vote
2 answers

I have an issue with configuring openvpn server and running it

Server Log Options error: Unrecognized option or missing or extra parameter(s) in server.ovpn:4: cert (2.4.9) Use --help for more information. server configuration server 192.168.1.0 255.255.255.0 ifconfig-pool-persist ipp.txt ca ca.crt cert…
0
votes
1 answer

I recovered my RSA key, but I'm locked out of my webserver

So when I built my unmanaged webserver for my portfolio site jasonwarner.dev I had initially locked it down by disabling any login and the root account, completely because I was getting notifications about a couple hundred thousand root login…
0
votes
1 answer

How to install custom SSL (HTTPS) certificate in RSA NetWitness web UI (11.3.1.1)

RSA NetWitness's web user interface (11.3.1.1) comes with self-signed cert that isn't trusted in my enterprise. How can I install a custom SSL certificate on the web user interface so that users aren't presented with a certificate error? I already…
Moshe
  • 129
  • 5
0
votes
1 answer

Passwordless sshing troubles

I've tried setting up passwordless sshing for a MPI cluster im working on. Im generating the RSA key on the master node and sending the public key to my client node. It sends but refuses to connect via the public/private keys and falls back to…
0
votes
2 answers

OpenVPN,EasyRSA :system was unable to find the specified registry key or value

I've installed (as Admin) latest version of OpenVPN (2.4.7-I603) on Windows 2012 x64. I've checked on installer EasyRSA 2. Then trying to generate the certificate go in path ..\program files\OpenVPN\easy-rsa\ open command prompt(as Admin) run …
mrapi
  • 153
  • 2
  • 8
0
votes
0 answers

Multi-Factor Authentication varieties and is there a universal bridge for them

I am trying to research a project on how to connect to multiple enterprise environments that employ multi-factor authentication using a singular approach. My question is, are there any systems out there that can provide a single MFA interface that…
spinon
  • 101
  • 2
0
votes
1 answer

Why is the same private key file generating two different public key strings?

I have an ssh key pair that was generated to use as an access key for my GoCD CI/CD server. It was working but due to some configuration changes I made (moved the server out of container to a Linux host) I needed to reinstall the keys on the Linux…
LegendaryDude
  • 244
  • 4
  • 11