Questions tagged [keys]
138 questions
4
votes
1 answer
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 KEY-----
secret.key (64 characters)
d6....38
(I've…

Martin
- 589
- 4
- 10
- 27
3
votes
1 answer
How do you set the session key size in OpenSSH?
In version 1 of the SSH protocol, it was possible to set the ephemeral session key size with the ServerKeyBits setting in sshd_config. Is there a way to do this for version 2 of the ssh protocol?
In the SSH protocol there are three encryption keys…

Kurt Fitzner
- 280
- 1
- 9
3
votes
2 answers
How can I decrypt an SSH session with both public and private keys?
Is it possible to decrypt an SSH session with the public AND private key used for the session? I have a network capture of the packets, and I have no idea what tools I'd be able to use to do so. Can anyone point me in the right direction? I've tried…
munchybunch
3
votes
1 answer
Transfer SSH private and public keys after reinstall
I need to reinstall my system (debian) but I wonder if I could backup my pub and priv keys and then set them up on the new system.
Too many servers already have my pub key and I do not want to change it.
Will it work or is the pair of keys dependent…

user212346
- 33
- 2
3
votes
2 answers
[Shift]+[F1] not working in putty telnet sessions
Update:
I configured putty (Windows 8; x64) to send exactly the same data as an old 16 bit Hyperterminal (Windows XP). I tested it using Wireshark.
But still the Software on the Suse Server does not respond correctly to my typing of Fn keys.
What…

Myrad
- 39
- 1
- 3
3
votes
1 answer
Windows 2003 DNS TSIG transfer?
I am trying to use a Windows 2003 R2 server as a secondary dns server for my BIND 9 master. The problem is I use keys to control transfers and I dont know how to add the key to Windows so its able to copy the zone files from the master.
I saw a…

AtomicPorkchop
- 1,975
- 8
- 34
- 55
3
votes
3 answers
Two-Factor Authentication - SSH using Keys & Local Account Password
Is it possible and feasible to setup a linux box to first require a valid key file before prompting for the user's local account credentials? Our setup is that we have to open ssh on a machine to the internet but there's only like 2 people who would…

Hypercoyote
- 71
- 8
3
votes
1 answer
Importing GPG Key
I have problems importing my GPG-Keys into my new installation of debian. I exportet the private-key a few years ago. Now I am trying to get everything running under a new debian.
I tried to do
gpg --allow-secret-key-import --import…

bitboxer
- 201
- 2
- 8
2
votes
2 answers
Stolen Windows7 Keys! Help
I work in the IT Department of my company and we use one multi-license Windows 7 Ultimate Productkey for our in-house machines. Lately I've come to the strong suspicion, that workers from other departments somehow got a hold of the key and are using…
PatrickS
2
votes
1 answer
Where is cli.ini letsencrypt config file?
Where is the cli.ini file for default letsencrypt package?
From Let's Encrypt docs, it's possible to set default rsa key length in a cli.ini file, however, I cannot find this file.
I want to make sure that all my certs have the same key size as I…

Jayd
- 73
- 1
- 4
2
votes
3 answers
Can sshd authenticate each incoming connection with both a key AND a password?
I want to configure sshd to require that a connection authenticate with both a key and a password.
I haven't looked at using PAM or other external authentication methods yet, but my guess at the moment (based on sshd_config(5) is that this is not…
user18176
2
votes
2 answers
How can you tell how old an ssh key is?
I'm connecting to a remote server, but want to make sure that they keys have been created relatively recently. How can I tell when the keys for that ssh server were generated?
If I can't check remotely, is there a way to use tools to check the…

Jim
- 576
- 2
- 8
2
votes
0 answers
EC2 SSH Login Temporarily Hangs on "Entering Interactive Session"
I've been researching this for hours now, can't figure out why this is happening. Originally marked it as internet but checked my speeds (37 down, 10 up). I went from California to Oregon, and since then my Amazon EC2 started hanging for several…

Quinn Finney
- 121
- 2
2
votes
0 answers
Recommendations for DNSSEC key metadata
In order to implement auto-dnssec maintain in the 9.7+ versions of BIND, one adds dates to the keys as metadata. After a lot of reading, I've come up with the following and hope that someone can confirm or correct it:
$TTL 8h
KSK lifespan == 1y
ZSK…

ericx
- 416
- 1
- 4
- 10
2
votes
1 answer
DNSSEC sign-zone results in fatal failure
I have a working DNS in a VM-env for testing and learning purposes.
It's a complete server from root-domain and a couple of subdomains.
I've added
dnssec-enable yes;
into named.conf, and also created the ZSV- and KSK-keys and appended them to one…

Joakim Hellström
- 77
- 1
- 11