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.

Connection fails when using keyboard shortcuts (2.2.1 + 2.2.2)

See original GitHub issue

Prerequisites

Similar issues have been filed, but none bring up my specific problem.

Description

Since updating to re mote-ftp 2.2.1, the keyboard shortcut (CTRL+ALT+C) to connect fails. I can connect normally by switching to the Remote tab and clicking on Connect.

Steps to Reproduce

  1. Create SFTP config file / use previously functioning one
  2. Attempt to connect using keyboard shortcut CTRL+ALT+C

Expected behavior: Connection established successfully.

Actual behavior: Error thrown:

Remote FTP: Could not read .ftpconfig file.

Error: ENOENT: no such file or directory, open 'C:\Users\Matthew\.ssh\config'

Reproduces how often: 100% of the time when using keyboard shortcut, 0% when manually clicking the button.

Versions

Atom : 1.32.2 Electron: 2.0.9 Chrome : 61.0.3163.100 Node : 8.9.3

Windows 10 Version : 1803 OS build : 17134.345

Additional Information

Issue #1221 brings up a similar problem, but with a solution that did not work for me. I have no .ssh directory in my Users folder, let alone the known_hosts or config file.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

2reactions
matthew-e-browncommented, Nov 26, 2018

That fixed my problem. I literally just made an empty file, it’s 0 bytes. Why is this required if it’s an empty file anyways?

It was just kind of annoying to make the file and folder, since Windows doesn’t let you name a folder as a .name, nor will it let you name things without a file extension. I had to use ren from command prompt to rename the files and folder accordingly.

2reactions
furroycommented, Nov 26, 2018

the root cause of the issue is that it now requires you have an .ssh/config file when it didn’t previously care if you weren’t using rsa key. you can do anything that creates an .ssh/config file, touch it, rename another file, copy a file, etc. it doesn’t seem to matter what’s inside the file, just that it’s present

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Meet WCAG (Quick Reference) - W3C
4 Character Key Shortcuts. Level A(Added in 2.1). If a keyboard shortcut is implemented in content using only letter ...
Read more >
2 Working with NetBeans IDE - Oracle Help Center
The following table lists some keyboard shortcuts that you can use to navigate, activate and select components in IDE windows. Table 2-1 Keyboard...
Read more >
Appendix E. Tools and tips for troubleshooting and bug reporting
You can run basic troubleshooting commands from the dracut emergency shell. ... If the installation fails, the messages are consolidated into ...
Read more >
Day 68: How to Fail the Bare Minimum of WCAG Operable
2 No keyboard trap; 2.1.4 Character key shortcuts (new in WCAG 2.1); 2.2.1 Timing adjustable; 2.2.2 Pause, stop, hide; 2.3 ...
Read more >
Rokoko Studio 2.2.1
It's all available from our backend, so every time you "open" a Sample Scene, ... keys can be found under Help & Info...
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