Questions tagged [rsa]
190 questions
0
votes
1 answer
Programmatic way to get host key fingerprint from AWS EC2
Is there a programmatic way to get the host key fingerprint from AWS EC2.
I feel like this is so basic someone must have figured it out, but I can't find anything.

Paul Draper
- 317
- 5
- 24
0
votes
1 answer
What is the best method for adding RSA Key Fingerprints to known_hosts upon provisioning each server?
This question was inspired by this thread
The hypothetical scenario, for context is as follows:
SSH servers, whether they be routers, firewalls etc. are all firstly provisioned within a private + secure environment before being deployed. The SSH…

Inquisitive
- 103
- 2
0
votes
0 answers
Issues with seamless ssh connect via public key
I am trying to set up a seamless ssh connection from one server to another for the first time. While I think I managed to create a user and fitting rsa keys just fine, I can't actually connect via ssh, as it is giving me an Permission denied…

daZza
- 101
- 2
-1
votes
1 answer
Add RSA login access to a new linux user
I have automatically created rsa connection for user "root" via hosting installation script.
I just added two new users and my question is how to configure them in SSH to login with their rsa keys? Now when im trying to login with old root rsa-key…

aio
- 21
- 1
- 4
-1
votes
1 answer
Apache httpd won't start
I'm unable to start apache on El Capitan. Output of apachectl restart is:
[Mon Apr 18 19:47:32 2016] [warn] NameVirtualHost *:8443 has no VirtualHosts
[Mon Apr 18 19:47:32 2016] [warn] NameVirtualHost *:8080 has no VirtualHosts
httpd not running,…

user2769935
- 1
- 1
-1
votes
2 answers
Putting My RSA Public Key on RSA Key-Secured Server
Hello and thanks for reading,
Basically, I'm taking over for someone on some system admin duties, learning as I go, but one problem I've run into is not having my public RSA key put onto a particular server--one that already has RSA-only access…

Anon
- 1
-1
votes
1 answer
The authenticity of host “host” can't be established
I'm running a web app on a Linux server which connects to other servers. When I run the project on my Play framework on loclhost it runs fluently. When I run it on my Linux server I get the above message 3 times, one for each server.
I read a post…

itaied
- 123
- 1
- 3
-1
votes
3 answers
What will be the ill effects of turning off and on server daily
I have IBM server x 3850 M2 with remote system adapter.
It has 128GB RAM and 4 SAS drives
Its basically for my home labs , developmenet and testing
I think that if i make it on 24 x 7 then i will be wasting power as i only use it when i come home or…

user3132561
- 11
- 3
-2
votes
1 answer
Impossible to connect ssh /root/.ssh/known_hosts': No such file or directory
I can't connect to my server with ssh. I have already started a session with ssh but i know if i quit this session, i won't be able to connect again to my server.
ssh root@genese.com
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ …

mpgn
- 217
- 1
- 4
- 9
-2
votes
1 answer
Do any well-known CAs issue Elliptic Curve certificates (now that all others are hackable)?
I know it had been asked before here, but that was back in 2009.
Now that it is widely supported by browsers (Requires TLS 1.1, only added in Chrome 22+, FF 23 released Aug 8 2013, IE9+),
AND can be used with Nginx using OpenSSL 1.0.1e (Released…

Nadav
- 133
- 8