Feature #750
SSH (tunnel) support
Status:
New
Priority:
Normal
Assignee:
-
Category:
Quassel Client
Target version:
-
Start date:
07/25/2009
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
I run the core on a system befind NAT. Therefor I think it would be quite confortable to use a SSH tunnel to connect to the core.
Needed components:
- Field to enter username
- Field to enter server address
- Local and remote port to bind
- Certifical (if used)
- Password
similar to something like this:
ssh -L LOCALPORT:localhost:COREPORT SERVER_IP
History
#1 Updated by xAFFE over 15 years ago
I do not think this should actuallly be implemented into quassel. This feature would much better fit into the scheme of a script, because this feature is rarely used, but is needed. With a script a User who needs this feature just loads the script and everyone is happy.