Questions tagged [keys]
138 questions
2
votes
1 answer
Using puppet to manage ntpd certificates
My company is requiring me to implement signed time in ntpd with autokey. One of the requirements for autokey to work is to generate keys on each host. All the clients are part of the same group so they all use the same password. I'd like to not…

chizou
- 477
- 3
- 8
- 18
2
votes
1 answer
BIND session key
When I restart or start my BIND DNS server, I'm getting the following in the /var/log/messages log file.
Jan 26 07:50:30 dev named[306]: could not create /jail/bind-9.9.4-P2/var/run/named/session.key
Jan 26 07:50:30 dev named[306]: failed to…

user192702
- 931
- 5
- 15
- 22
2
votes
1 answer
How can I use the home, end, page-up, page-down keys on Solaris via PuTTY?
I love the shortcuts home, end, page-up, page-down, but I am unable to use them via PuTTY on Solaris servers.
Windows PuTTY => Linux desktop via SSH, works fine.
Windows PuTTY => Solaris server, shortcuts keys problems.
Windows PuTTY => Linux VM =>…

ujjain
- 3,983
- 16
- 53
- 91
2
votes
2 answers
breach in my machine
Possible Duplicate:
My server’s been hacked EMERGENCY
Suddenly, ssh claims that the key on my server is changed.
Even freenx doesn't accept my connections no more because of the changed key.
Nothing important on it, anyway.
But how do I verify if…

user1632812
- 121
- 1
- 3
2
votes
1 answer
Create private key with CSR
I have a CSR file (as a text file) and the corresponding P7B certificate. My problem is that I have to create a P12 file on a machine where I do not have created the CSR.
I have created the CSR in Firefox Key Manager. Before, I imported the P7B file…

Daniel Schlieckmann
- 21
- 1
2
votes
2 answers
SSH public/private key login
i'm trying to make ssh work wit pp keys. However after have followed several howto's, I still have issues with the login.
Server is opensuse 12.1, client is mac.
This is the verbose output:
debug1: Reading configuration data /etc/ssh_config
…

user1092608
- 749
- 2
- 7
- 12
2
votes
1 answer
Why does replication fail with error Duplicate entry for key?
We have been replicating for a year or two now with little problem. Sometimes we get an erroneous SQL query which stops replications, and we use the following commands to get it going again:
STOP SLAVE;
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
START…

Leonard Challis
- 53
- 4
- 13
- 27
2
votes
1 answer
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 only one RSA key on your local and register the…

jnolte
- 285
- 1
- 4
- 11
2
votes
1 answer
Wowza on EC2 Set up and Questions
I have a wowza instance installed and running on EC2, but I can't find the keypair file. I am trying to install another wowza instance on a different aws account. I have the following questions, I'd greatly appreciate your answers:
1 - Is there any…

Davoud
- 31
- 1
2
votes
1 answer
What is sshkeys-lint
I was following some instructions on a website, and it told me to run sshkeys-lint to check ssh keys.
I never heard of sshkeys-lint and can't apt-get. Is this a typo?

mike628
- 309
- 2
- 5
- 10
2
votes
2 answers
ssh login with putty key from mac
I am trying to login to a server from a Mac with a key I made with putty (Win). The output, some of which is shown below looks like it is trying , but I dont have a passphrase, so I just hit enter when the dialo box comes up, so I dont know how to…

mike628
- 309
- 2
- 5
- 10
2
votes
1 answer
RPM GPG keys for RHEL6 vs older versions
Is something different about the requirements of GPG key formats in RHEL6 that is stopping my standard GPG key being imported? it installs fine on RHEL4 and RHEL5 but not RHEL6, citing the key import failed. I've also noticed that some repos like…

Chris Phillips
- 254
- 4
- 15
2
votes
1 answer
general ssh security - certificate authentication
I've used this article: http://developer.apple.com/library/mac/#documentation/MacOSXServer/Conceptual/XServer_ProgrammingGuide/Articles/SSH.html in order to help set up ssh certificates (I'm on mac os x).
I see that the keys are put in a file called…

Matthew
- 1,859
- 4
- 22
- 32
2
votes
2 answers
Generating a CSR to a specific cipher suite
I am having to generate a CSR for a private RPC interface that is secured using certificates. As part of the requirements, it is specified that the only compatiable suite is:
SSL_RSA_EXPORT_WITH_RC4_40_MD5
My knowledge is rather limited but I have…

Tom Werner
- 295
- 3
- 8
2
votes
1 answer
DNSSEC - First Signature
I'm testing DNSSEC with Bind 9.7.2-P2. I have a question regarding the first signature created over a zone that already exists. I'm using dynamic DNS.
I create the first two keys: one KSK and one ZSK. According to…

Arancha
- 21
- 2