Skip to main content

Questions tagged [ssh-keygen]

2 votes
1 answer
117 views

I'm trying to import an RSA key pair onto an older version of Cisco IOS (16.6.4). That old version seems to only accept PEM-encoded private keys that are encrypted with DES or 3DES. At least, those ...
Stefan van den Akker's user avatar
0 votes
1 answer
70 views

How do admins typically distribute Ansible .pub keys to clients in an early environment? Do they just script that can run ssh-copy-id to multiple machines? I've looked at other forums and users said ...
Ambre's user avatar
  • 111
0 votes
2 answers
181 views

I have a situation where a program requires to open an additional SSH login session to its own SERVER. For example - I have a server with IP 10.100.1.100 and when I run the said script it tries to ssh ...
pOrinG's user avatar
  • 145
1 vote
1 answer
130 views

I have an automated process that regularly SSHes to about 120 different machines over a VPN. Occasionally these machines switch IP addresses and use addresses that were previously used by different ...
Jason C's user avatar
  • 1,947
-1 votes
1 answer
148 views

Question in the title, but let me detail more. Excluding the ID/Password method on git CLI, we generate a SSH key and add the public key to the remote server. Why don't we have SSH-less public-key ...
katatonic's user avatar
1 vote
1 answer
2k views

I am trying to generate SSH key using FIDO2 HW token (GoTrust Idem Key, USB-A) connected with command: ssh-keygen -O no-touch-required -t ed25519-sk -vvv and it fails with following error: Generating ...
Jan Koubek's user avatar
1 vote
2 answers
2k views

I am trying to setup SSH key based login from server A to server B. I ran ssh-keygen on server A and used ssh-copy-id to copy the id_rsa.pub to server B. When I try to ssh user@serverB from server A, ...
Omar's user avatar
  • 41
0 votes
0 answers
2k views

In the server exists in the /etc/ssh/ directory files such as: ssh_hosts_rsa_key.pub ssh_hosts_ecdsa_key.pub ssh_hosts_ed25519_key.pub They contain the public keys according with a key type, such as ...
Manuel Jordan's user avatar
0 votes
1 answer
84 views

I read this question: How do I extract fingerprints from .ssh/known_hosts? The answer is valid, so I tried some variations: ssh-keygen -lf ~/.ssh/known_hosts -F 192.168.1.X ssh-keygen ...
Manuel Jordan's user avatar
1 vote
1 answer
527 views

I have read through a number of sites to no avail. So I need to see if someone else can see what I am doing wrong. I am using ubuntu 18. Here is ssh -v output: debug1: Found key in /home/leithner/....
Sherry Sparks Leithner's user avatar
1 vote
1 answer
201 views

On a remote server I want to create a normal user and ONLY allow access via a key but I do NOT want to create the account with a password first and then disable password access later. In my admin ...
D-Dᴙum's user avatar
  • 197
0 votes
1 answer
978 views

I have a pair of keys generated using: ssh-keygen -t rsa -b 4096 -f ~/.ssh/keys/my_key -C "[email protected]". This yielded 2 files my_key and my_key.pub. Now I need to convert that pair to a ....
Enissay's user avatar
  • 103
0 votes
1 answer
985 views

I copied my SSH public key to a server using ssh-copy-id, but the server still ask for a password. I checked the permission on the files in the ssh folder and they are readable for user only. I also ...
omerk's user avatar
  • 1
1 vote
0 answers
2k views

So we recently updated our server and found an old linux client was failing to login and generating a "no matching key exchange method found. Their offer: diffie-hellman-group1-sha1", on our ...
Zendal Darkman's user avatar
1 vote
3 answers
488 views

I created an SSH key using ssh-keygen -t rsa. Then I copied the key to the NAS, so I wouldn't have to enter a password using ssh-copy-id. I realized that I did it for the wrong user, so now I need to ...
anon's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
7