Tagged Questions
5
votes
2answers
2k views
How to check if a RSA public / private key pair matched
I have two files, id_rsa and id_rsa.pub, what command can be used to validate if they are the valid pair.
2
votes
1answer
111 views
Correct use of RSA Key Pairs
I have recently began making use of RSA Key pairs to login to various servers I manage and wanted to get some insight on best practice as I recently ran into some issues.
Is it best practice to keep ...
1
vote
1answer
178 views
Accessing Citrix XenDesktop from outside the domain / firewall
My understanding of accessing a Citrix XenDesktop from a home PC is:
Download the Citrix plugin.
Go to the Citrix XenDesktop server in a web browser.
Type in information, including PIN and number ...
0
votes
4answers
756 views
Despite all the information available, I'm stumped on passwordless logins. Help?
So I have my home computer & a server. I want the server to be able to SSH into my home computer w/out a password. I have followed various tutorials and can ssh from home to server with no ...
6
votes
2answers
2k views
Possible to change email address in keypair?
I've created an RSA keypair that I used for SSH, and it includes my email address. (At the end of the public key.)
I've now changed my email address.
Is it possible to change the email address on ...
3
votes
1answer
73 views
Is RSA's SecureID anyless secure in light of the attacks exploiting them?
Additionally, is two-factor authentication in general less secure, and if so, why?
3
votes
2answers
219 views
Centrally managing logins to lots of linux machines
We have a growing collection of servers, both physical and virtual, which we need to login into. Login is usually with SSH, using an RSA key pair rather than a password (which is switched off in SSH ...
1
vote
1answer
188 views
RSA fingerprint [closed]
what is the benefits of SSH RSA Fingerprint? and how does it different from PGP ?
also how can i use it? are there any tool to do this?
regards
3
votes
1answer
194 views
Onscreen keyboard with RSA Authentication Agent on WIndows
I'm attempting to integrate a touch panel into our secured environment. As such, the touchpanel requires that the user login via RSA SecurID. Unfortunately, there is no exposed keyboard for the user ...
0
votes
1answer
183 views
Using RSA SecurID without a Windows Domain
I have a bunch of PCs I'd like to secure with RSA SecurID tokens. However, they're not part of any Windows domain. Is this doable? Anyone any experience with that?
5
votes
2answers
260 views
When routers communicate with HTTPS, how is their identity confirmed?
There's something I don't understand. Possibly I have some misunderstanding about how HTTPS works.
I heard that some wireless routers allow the user to access the administration page with HTTPS ...
0
votes
2answers
211 views
setting minimum size of accepted rsa key
Is there a way to set the minimum size accepted by sshd as an RSA public key?
I want to restrict users to using RSA keys that are generated with ssh-keygen -b 8196 or greater.
I didn't see any ...
0
votes
1answer
2k views
RSA Authentication Manager - Unable to resolve principal by login ID and/or alias
I'm attempting to setup a RSA authentication manager with a Microsoft Active Directory as the identity source. When I try to login from the Windows login client the login attempt failed and I recieve ...
6
votes
3answers
5k views
How to set up my own full-featured certificate authority?
I'd like to set up a certificate authority, which I can then import to all the company's browsers and systems to get rid of all those nasty client warnings when using HTTPS or SSL.
2
votes
3answers
284 views
Anyone know if there's a way to report on “lost status” tokens in RSA?
I want to get a report of all users whose tokens are in "lost status" from RSA. Is this do-able?
0
votes
6answers
3k views
software version of the RSA SecurID?
Is there a software version of the securID fob below:
I remember reading that the algorithm for the key generation had been broken & that there was a software utility available, where if you ...
75
votes
6answers
20k views
SSH keypair generation: RSA or DSA?
SSH supports two signature algorithms for key pairs: RSA and DSA. Which is preferred, if any? For RSA, what is the minimum acceptable key length?
11
votes
3answers
31k views
How to remove strict RSA key checking in SSH and what's the problem here?
I have a Linux server that whenever I connect it shows me the message that changed the SSH host key:
$ ssh root@host1
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: ...