question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sshkey with `@` in name

See original GitHub issue

I 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
famodcommented, Jun 14, 2021

No worries! Sometimes all you need is a rubber duck! 😉

0reactions
polaroidkiddcommented, Jun 14, 2021

🤦‍♂️

the git config is wrong.

the file is called dae@gitlab.ti8m.ch and not dae@ti8m.gitlab.ch

Sorry for the noise.

Great tool btw!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found