petsoi@discuss.tchncs.de to Linux · 5 days agoGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.comexternal-linkmessage-square77fedilinkarrow-up1241arrow-down110cross-posted to: linux@lemmy.worldgnome@discuss.tchncs.de
arrow-up1231arrow-down1external-linkGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.competsoi@discuss.tchncs.de to Linux · 5 days agomessage-square77fedilinkcross-posted to: linux@lemmy.worldgnome@discuss.tchncs.de
minus-squareundu@lemmy.worldlinkfedilinkarrow-up7·4 days 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·4 days 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-24 days 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?
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?