petsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 days agoGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.comexternal-linkmessage-square59fedilinkarrow-up1227arrow-down110
arrow-up1217arrow-down1external-linkGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 days agomessage-square59fedilink
minus-squareZloubida@lemmy.worldlinkfedilinkarrow-up15·1 day agoI 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.
minus-squareundu@lemmy.worldlinkfedilinkarrow-up6·1 day agoSSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason
minus-squareZloubida@lemmy.worldlinkfedilinkarrow-up2·1 day agoI can connect with SSH, but I can’t open nano or w3m for example when I’m connected.
minus-squareburrito@sh.itjust.workslinkfedilinkarrow-up1·edit-224 hours agoSounds 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?
minus-squarex00z@lemmy.worldlinkfedilinkEnglisharrow-up2·1 day agoYou 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.
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.
SSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason
I can connect with SSH, but I can’t open
nano
orw3m
for example when I’m connected.Sounds 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?
… or TERM?
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.