sshkey with `@` in name
See original GitHub issueI was curious if this is planned or if you know of a workaround
post of my ssh-keys follow the patten [name].[mashine]@[organisation.tld] but it seems that the @
causes a "FileNotFound exception with the ssh key if I have it listed in my ssh config file.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
The Guide to Generating and Uploading SSH Keys - HostDime
The default directory for SSH keys is ~/.ssh with the private key named id_rsa and the public key named id_rsa.pub . By using...
Read more >Does ssh key need to be named id_rsa? - Ask Ubuntu
When generating a key, you'll get two files: id_rsa (private key) and id_rsa.pub (public key). As their names suggest, the private key should...
Read more >How to Use ssh-keygen to Generate a New SSH Key?
Ssh -keygen is a tool for creating new authentication key pairs for SSH. Such key pairs are used for automating logins, single sign-on,...
Read more >How to name openssh public and private key pairs?
First off, there really is no official convention for naming keys. They filenames don't matter. They are only important to you, who has...
Read more >Use ssh-keygen to create SSH key pairs and more - TechTarget
The ssh-keygen command is a component of most SSH implementations used to generate a public key pair for use when authenticating with a...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No worries! Sometimes all you need is a rubber duck! 😉
🤦♂️
the git config is wrong.
the file is called
dae@gitlab.ti8m.ch
and notdae@ti8m.gitlab.ch
Sorry for the noise.
Great tool btw!