Ghostty 1.0 Released, A New GPU-Accelerated Terminal Emulator
Ghostty 1.0 Released, A New GPU-Accelerated Terminal Emulator
Meet Ghostty 1.0: The GPU-accelerated terminal emulator exits beta after two years, challenging Kitty and Alacritty with its speed and features.
![Ghostty 1.0 Released, A New GPU-Accelerated Terminal Emulator](https://lemmy.ml/api/v3/image_proxy?url=https%3A%2F%2Flinuxiac.b-cdn.net%2Fwp-content%2Fuploads%2F2024%2F12%2Fghostty10released.jpg&format=webp&thumbnail=256)
You're viewing a single thread.
I tried it, and it worked well when I worked locally. But I can't use it to SSH into my server, a lot of things just don't work.
17 0 ReplySSHing to machines with bash seems to work fine, but it's a problem with ones that use fish, for some reason
7 0 ReplyI can connect with SSH, but I can't open
nano
orw3m
for example when I'm connected.2 0 ReplySounds like you have an issue with your PATH for the user you're sshing as. What does '/usr/bin/echo $PATH' output when run via ssh to your server?
1 0 Reply... or TERM?
4 0 Reply
You can do something like this:
TERM=xterm-256color ssh user@host
You could also install or copy over the term files or something. I can't recall. But it's the same as getting kitty to work which has more information online.
3 0 Reply