Questions tagged [rsa]
190 questions
1
vote
1 answer
IBM Remote Supervisor Adapters(RSA ii) boot ISO
My company recently bought some add in IBM Remote Supervisor Adapters for our older x3550 servers. We got them installed and working, and left for the weekend. The idea was to get them to mount and boot a server ISO file and install windows over the…

Chris
- 213
- 2
- 4
- 8
1
vote
2 answers
SSH: How to know when an RSA key has been trusted?
my laptop apparently has changed its RSA key, so when I connect to it over SSH, I get the message of REMOTE HOST IDENTIFICATION HAS CHANGED.
I don't remember if the last time I've connected to my laptop was before reinstalling something, so would…

bernardo
- 11
- 1
1
vote
0 answers
The page isn't redirecting correctly?
I have a CentOS 6 VPS with GoDaddy:
OS: Linux CentOS
RAM: 4 GB
Storage: 120 GB‡‡
Bandwidth: 4,000 GB/mo
I have set up my domain/nameservers etc fine.
As I’m using Plesk 11 I had to install mcrypt via SSH which I did successfully (via following…

Jamie Gregory
- 11
- 2
1
vote
3 answers
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 <-- home pc to server
This is my situation: On…

Bastian
- 95
- 2
- 4
- 13
1
vote
3 answers
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 back the certificate and CA. Tried to import it…

Joel Chu
- 193
- 1
- 1
- 5
1
vote
1 answer
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 password for their private key parts.
Is there a way…

martinseener
- 149
- 11
1
vote
1 answer
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.
Here's the tail of the log:
debug1: Authentications…

James
- 11
- 1
1
vote
2 answers
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 (private key) from the dev, but I'm going to need to…

wesside
- 113
- 3
1
vote
1 answer
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 home/user/.ssh/authorized_keys location. Fine. PuTTy…

Bosworth99
- 180
- 6
1
vote
2 answers
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 should
generate on my Linux instance and manually…

PHP thinker
- 115
- 3
1
vote
2 answers
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 from RSA hardware token.
At this point I am logged in…

R.Cool
- 19
- 2
1
vote
2 answers
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 order to enforce that all connections incoming…

Aldebaran
- 335
- 4
- 12
1
vote
1 answer
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):
ssh-keygen -b 4096 -C "me@myserver.com" -t rsa
// no…

JWood
- 263
- 1
- 3
- 6
1
vote
1 answer
Gitosis installation of public key not working
I've been following this tutorial to install and setup git on Ubuntu Server 10.04 using Windows 7 as a client. However, after finally figuring out how it works (executed gitosis-init a bunch of times on the wrong key), I copied the id_rsa.pub file…

user29600
- 419
- 5
- 17
- 30
1
vote
1 answer
Private and public key negotiations over SSL protocol
I understand how public key encryption works and I understand how it works into SSL. Server sends encrypted(public) key so I can send it a message but only it knows the private key to decrypt it.
Does the reverse happen? Does my browser send the…

Jacob
- 9,204
- 4
- 45
- 56