felixse / felixse/FluentTerminal

Advanced SSH configurations

Open
#779 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
C#
Stars
9.6k
Forks
448
PR merge metrics
No merged PRs in 30d

Description

First of a big **Thank you!** I really love FluentTerminal, it's just the best terminal I could find on Windows.

Now comes the but: I would love to use the SSH Profiles, but I'm used to configure quite some extra things, e.g. port forwarding. So currently I start a WSL shell just to connect to my remote machine.

An example of how an ssh command that I typically use looks like under WSL:
```bash
/usr/bin/ssh -t $@ "tmux new-session -A -s base 2>/dev/null || bash" -Y -A -R :5984:localhost:5984 remote_host
```

It would be amazing if the SSH profiles could contain an input field for general extra parameters that are passed to the ssh binary.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.