Bug 378217 - Use user defined in .ssh/config for fish
Summary: Use user defined in .ssh/config for fish
Status: REPORTED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: FISH (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Development Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-28 18:32 UTC by Ural
Modified: 2018-05-09 21:49 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ural 2017-03-28 18:32:41 UTC
Hello. I have defined hosts in .ssh/config. User is also defined.
So when I do in terminal:
$ ssh host
I am logging in as root, as defined in config.

But for fish, I am always need to specify fish://root@host, because fish://host tries to connect as my local user. That's very annoying, I have 20+ ssh hosts and all of them have different users, I need to remember them all to be able to use fish. Please fix this or add an option to some config file, to follow user defined in .ssh/config. 

Thanks