Open with Terminal should open ssh
- Dominant language
- Vala
- Stars
- 365
- Forks
- 82
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 3
Description
## Prerequisites
- [x] I have searched open and closed issues for duplicates.
## Feature
Connecting to a remote server with ssh in Files is super simple, it remembers username and password, and can automatically reconnect. But when I want to connect to a server in Terminal, I have to search for the name and password and enter them manually.
**Describe the solution you'd like**
It would be very nice and intuitive if Files' context menu option `Open in > Terminal` opened Terminal with ssh connection ready.
**Describe alternatives you've considered**
I guess it is possible to make a script that opens the connection, but it will have to be stored separately, and navigating to it and opening it every time would be annoying.
**Additional context**
This is what happens now:

It opens a mounted folder?
This is what I thought would happen:

Open ssh connection
I don't know if it's possible to get the password, but as you can see on the first screenshot, host and username are included in the path, so maybe it's possible to at least drop to password input?
Contributor guide
Assessment
This issue has not been assessed yet.