uncomfortable privacy issue
What Operating System(s) are you seeing this problem on?
macOS
Which Wayland compositor or X11 Window manager(s) are you using?
No response
WezTerm version
20240203-110809-5046fc22
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
I installed wezterm but I find its defaults a bit too much because I don't want my terminal to parse my ssh configurations by default and if I do I'd like to keep using my ssh, not some rust library (it doesn't seem to know about controlmaster).
To Reproduce
No response
Configuration
-- Pull in the wezterm API local wezterm = require 'wezterm'
-- This will hold the configuration. local config = wezterm.config_builder()
-- This is where you actually apply your config choices
-- For example, changing the color scheme: -- config.color_scheme = 'AdventureTime' config.font = wezterm.font('IBM Plex Mono', { weight = 'Medium', italic = false }) config.font_size = 16 -- and finally, return the configuration to wezterm config.default_cursor_style = 'SteadyBar' return config
Expected Behavior
-can we have ssh configs parsed only on explicit configuration and not "by default"? -can we have ssh binary support for managing ssh sessions on our own?
Logs
No response
Anything else?
nice work thank you!
Heads up, but not having to call an external ssh binary is the only reason I use wezterm over other terminal emulator.
Hi Tenderfault. I don't think the "bug" label is appropriate; this sounds like a feature request.
Hi Tenderfault. I don't think the "bug" label is appropriate; this sounds like a feature request.
Labeling privacy as a "feature request" sets a dangerous precedent.