-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken SSH aliases in SFTP #2923
Comments
Branch: 2923_sftp_aliases (parent:master). |
Review? |
|
review again, please. |
|
|
Merged to master:
|
|
Important
This issue was migrated from Trac:
IceMan
(@tataranovich)sftp
,ssh aliases
Git master branch have broken SSH aliases support in SFTP subsystem.
GNU Midnight Commander 4.8.6-74-g1fcf904
Built with GLib 2.24.2
Using the S-Lang library with terminfo database
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, sftpfs, fish
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;
strace related output:
open("/home/andrey/~/.ssh/config", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
To reproduce this simply try to login to any SSH alias from ~/.ssh/config.
The text was updated successfully, but these errors were encountered: