You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,11 @@ Download the latest release for your platform [here](https://github.com/Julien-R
58
58
If you use cargo you can run `cargo install fast-ssh`
59
59
60
60
Then you can launch Fast-SSH with `fast-ssh`.
61
+
62
+
# Known Issues
63
+
If you are a user of the new Windows terminal and you encounter raw AINSI escape sequences when you run fast-ssh, you must unset the TERM environment variable before running the application. Read more about this here : https://github.com/crossterm-rs/crossterm/issues/580
64
+
65
+
Best solution would be to create an alias like this :
0 commit comments