The rsa tag has no wiki summary.
0
votes
3answers
33 views
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
...
-1
votes
2answers
48 views
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 ...
0
votes
3answers
128 views
Gerrit installation fails at ssh verification
I used the official guide to install Gerrit on a Debian server. Now I am stuck at the paragraph where I am supposed to verify that the ssh connection works:
ssh bastian@ip.of.the.server -p 29418 ...
0
votes
2answers
27 views
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 ...
0
votes
2answers
63 views
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 ...
0
votes
1answer
111 views
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
...
0
votes
1answer
22 views
Error when install SSL certificate on MediaTemple GS server
Here is what happened:
I generate the CSR via the MediaTemple site (that is the only way to do it. since a GS is a share server). Send it over the namecheap.com (its signed by RapidSSL).
When I got ...
1
vote
1answer
50 views
How to check if a password for an ssh key has been set with only the public key?
We have some SFTP-Chroot Environments where we only allow 4096bit RSA Keys for authentication and we only have the public key part from our users. But we have a policy that the user has to set a ...
0
votes
1answer
70 views
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 ...
0
votes
1answer
108 views
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 ...
0
votes
0answers
40 views
404 [Not Found] error in web gui - perms and owner seems right
error in web gui
Not Found
The requested URL /ca/vettor,ca-navbar.html was not found on this server.
$ tail -f admin-error.log
[Wed Jan 9 15:33:25 2013] [error] [client 192.168.25.19] File ...
0
votes
1answer
51 views
Problems with SSH
I'm having issues with one of my computers on my server accepting my key. I've used this key on other computers I've set up before with no problems, I can SSH using it into many different servers.
...
4
votes
2answers
269 views
How do I validate a RSA ssh public key file (id_rsa.pub)?
Are there any command I can verify the public key (id_rsa.pub), just the format only
Sometimes I have added a new linebreak, sometimes the file missed the ssh-rsa prefix, so are there any command to ...
1
vote
1answer
62 views
Is there a way to see which groups/users have access to an RSA key container?
I used aspnet_regiis to create an RSA key container (machine container).
I want to secure it and I know I can use the -pa and -pr commands to specify access. But is there a way to see which ...
1
vote
2answers
47 views
OpenSSH server Authentication refused
I am running a Linux version 2.6.27-vpac2 on a PXA270 platform (armv5tel)
I have a version of OpenSSH 3.8.1 p1 (Debian-8.sarge.4) trying to get to run on it.
I have run the sshd in -ddd format to ...
2
votes
1answer
42 views
How can an RSA key be placed in a “non-folder”?
I lack a lot of knowledge regarding the subject so please excuse me if my question is very ignorant.
I just started out with RSA key authentication to my test-server. It did not work at the beginning ...
0
votes
0answers
85 views
IPSec: Distinguish between roadwarriors using raw RSA public keys
The strongSwan documentation mentions the possibility of authentication with Raw RSA Public Keys. Is it true that X.509 certificates are not necessary to distinguish between multiple connecting ...
0
votes
1answer
86 views
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?
4
votes
2answers
1k views
Postfix “warning: cannot get RSA private key from file”
I just followed this tutorial to set up a postfix mailserver with dovecot and mysql as backend for virtual users.
Now I got the most parts working, I can connect to pop3 pop3s imap and imaps.
Using
...
0
votes
1answer
132 views
login with rsa to my vps
I successfully added a rsa key my root account.
since I don't want everything in my root acc, I created a new user. but for some how, I keep getting "server refuses our keys" message :S
I did ...
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.
1
vote
2answers
216 views
Amazon EC2 - Creating new RSA/DSA Keypair
I'm going to keep this quick. A friend of mine's dev locked him out of his EC2. Now I'm not familiar with Amazon EC2, but I've setup my fair share of keypairs.
Note: I will get the PEM/PPK ...
0
votes
1answer
475 views
Exim DKIM Error: DKIM: signing failed (RC -101) no matter what private key I try
I have this problem with Exim. DKIM fails on signing outgoing mails.
This is the /var/log/exim4/mainlog output (Debian Squeeze):
2012-08-02 17:11:33 1Sx1k5-0004Tk-9D <= me@my_domain.com U=me ...
1
vote
0answers
107 views
RSA Server Setup
We are working on an application which uses RSA Key manager server.
we have with us is:-
rkm-2_0_0-win32-pre.pkg
containing rkm-evaluation-readme.pdf, KeyMan.doc, etc.
Tomcat on which sample rsa ...
2
votes
1answer
120 views
Changing RSA passphrase on Windows with TortoiseGit auxiliary programs?
We have designers who are on PCs and are starting to use our git version control repositories. we are using rsa keys to allow them to connect, and TortoiseGit as the interface.
Everything is working ...
2
votes
6answers
5k views
SSH login using public key failed
On localhost running sshd service. Created two pairs of rsa keys for root and user1 using ssh-keygen. Copied from root/.ssh/id_rsa.pub to user1/.ssh/id_rsa.pub. Changed permissions to 600. Tried ssh ...
1
vote
1answer
102 views
RSA keys - virtual hosts
Setting up passwordless ssh for multiple users has proved to be kind of a pain.
Currently I'm the single user of this Ubuntu 10.04 LTS VPS. I was able to establish a single RSA passkey under my ...
4
votes
2answers
349 views
What is the best approach for RSA key management on Ubuntu?
We have 2 dozen servers and we are moving to RSA authentication. Of course, some developers, the IT, some Execs.. etc.. they all send their keys, who knows where they store them, who knows if they set ...
1
vote
3answers
640 views
I created an RSA key but SSH keeps asking the password
On my Mac, I created an RSA key with ssh-keygen -t rsa and saved it as .ssh/authorized_keys on the target server (Ubuntu).
I put this in server's /etc/ssh/sshd_config:
PubkeyAuthentication yes
...
1
vote
2answers
147 views
Creating AWS Linux instance with github-pulled application
Is it possible to create AWS Linux instance on the fly so that it could
pull a source code from a private gihub repository?
My main obstacle is that github requires private keys which I assumably ...
1
vote
0answers
214 views
How do I import a RSA SSH key into GPG as the _primary_ private key?
I currently have a SSH key that I've used for a while and I'd like to start using GnuPG with a new keyring. However, given that I've used my key for ages, I would like to still use that key in GPG as ...
1
vote
1answer
346 views
Why does Keychain compain that id_rsa.pub is missing?
I'm reading this article on setting up unattended backups in Duplicity.
I'm in the part called 7.2. SSH KeyCaching
I've added the following to my root .bash_profile
keychain --clear id_rsa
. ...
0
votes
2answers
189 views
What do the different parts of “known_hosts” entries mean?
Below is an known_hosts entry. The part that starts with ssh-rsa and goes to the end is a public key. What are the other parts (the characters before ssh-rsa)?
...
4
votes
1answer
152 views
Can apache use a key agent to store private keys for SSL?
For mod_ssl in apache to work, you need your RSA private key on the server. If the key is passphrase protected, you have to enter the passphrase whenever you restart apache. There is ...
2
votes
1answer
112 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 ...
0
votes
2answers
697 views
How to allow password authentication OR key authentication on CentOS 5.7?
is it possible to enable the use of password authentication or key authentication in CentOS 5.7? All I can find is setting PasswordAuthentication to no which forces the use of keys...
Thanks
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 ...
6
votes
2answers
898 views
How To Organize and Use Multiple RSA Keys On Local Machine?
I have Server_A, Server_B, and Server_C.
I want to generate unique authentication keys for each, and organize them on my local machine running Lion like so:
Put server_A keys in ...
0
votes
4answers
803 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 ...
7
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 ...
1
vote
4answers
1k views
SSH login without password
I know that you can use ssh-keygen to generate a public/private key pair. Then you can install the public key on a remote server. You can then login without supplying a password. I haven't been ...
2
votes
1answer
86 views
Setting up RSA with multiple users
I've recently set up a server, and I've set up RSA authentication on said server. My question is, how do I set up RSA authentication for different users? As of right now, the only user that has RSA ...
1
vote
1answer
112 views
Enforce sshd key algorithm
In ssh_config I have the HostKeyAlgorithms parameter where I can enforce the use of DSS algorithm for the key, like:
HostKeyAlgorithms "ssh-dss"
How can I do this in sshd_config (daemon config) in ...
6
votes
4answers
6k views
What does this ssh error mean?
This is my last resort. I've been trying to figure out the problem here for hours.
Here's the deal: I have copied my private key from machine #1 onto machine #2. Machine #1 is able to connect via ...
3
votes
3answers
342 views
Any point using Denyhosts for SSH when only RSA key logins are allowed anyway?
Right, so if I can only SSH into my box by having the appropriate RSA keys configured, is there any point in using Denyhosts for SSH as well? Or is Denyhosts only looking at keyboard-interactive / ...
4
votes
4answers
1k views
The RSA key container could not be opened. Windows Server 2008 R2
I am setting up a second asp.net site on our Windows 2008 R2 server. We use a RSA Key Container to encrypt our connection strings. I created a new Application Pool with all the same settings as our ...
0
votes
1answer
536 views
Access CentOS 5 server over SSH with RSA public/private key from OSX
I'm trying to configure SSH access to my CentOS server using an RSA key rather than with a password but it refuses to accept the key. Here's what I've done so far:
On client machine (OSX):
...
4
votes
1answer
566 views
What are the Jenkins/Hudson key files for?
After I have installed Jenkins (on Windows), the program folder contains, among others, two files:
identity.key (28 lines)
-----BEGIN RSA PRIVATE KEY-----
MIIEow......
...
-----END RSA PRIVATE ...
1
vote
2answers
1k views
ssh hostname returns “Bad owner or permissions on ~/.ssh/config” (chmod 600 not working with MingW)
This question is a near duplicate of Robert's question but after trying chmod 600 ~/.ssh/config I still have the same error.
I've tried using cygwin and MINGW32 to do the chmod 600. ls -la returns ...
2
votes
2answers
145 views
openssh: public key failure for one user only
Client: opensuse 10.3, openssh 4.6
host: opensuse 11.3, openssh 5.4
I have a user that has ssh publickey setup to a host, to enable running some scripts through cron. We migrated the host to a new ...
