Ticket #1405 (closed defect: invalid)
fish should honor .ssh/config settings
Reported by: | jhrozek | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.7 |
Component: | mc-vfs | Version: | 4.6.2 |
Keywords: | Cc: | roti, | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Fish support (left/Right->Shell link) does not honor .ssh/config setting, but IMHO it should this is esp. annoying with usernames or ports set for different systems. Consider:
Host testmachine.evilempire.com User tester Port 2222 StrictHostKeyChecking no
Putting just the hostname into the shell link dialog should connect you to tester@testmachine.evilempire.com:2222
Change History
comment:1 Changed 15 years ago by iNode
- Type changed from defect to enhancement
- Component changed from mc-core to mc-vfs
comment:2 follow-up: ↓ 6 Changed 15 years ago by roti
- Type changed from enhancement to defect
I can connect using an alias from .ssh/config, but when I try to delete a file, it does not get deleted.
comment:3 Changed 15 years ago by slavazanko
Unable to reproduce. I can connect to any host by simple hostname (but with some additional parameters onto ~/.ssh/config like Port or User).
Also, all file operations (copy/move/delete) works fine.
$ lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: CentOS Description: CentOS release 5.4 (Final) Release: 5.4 Codename: Final
Please, show some additional info about your client mashine.
comment:4 Changed 15 years ago by slavazanko
for additional check, run 'ssh' command:
ssh <some.host>
where <some.host> must be present into your ~/.ssh/config file
Mc use 'ssh' for shell-link. Actually, mc it's a wrapper around ssh.
For check 'remove file' action just run:
ssh <some.host> '/bin/rm -f /path/to/file.ext'
Thanks for request. Cause it no bug we will get it a bit later.
For now you can use hotlist for fast navigation.