@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 3 months agoGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.comexternal-linkmessage-square69fedilinkarrow-up1229arrow-down110
arrow-up1219arrow-down1external-linkGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.com@petsoi@discuss.tchncs.de to Linux@lemmy.ml • 3 months agomessage-square69fedilink
minus-squareundulinkfedilink7•3 months agoSSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason
minus-squareZloubidalinkfedilink2•3 months agoI can connect with SSH, but I can’t open nano or w3m for example when I’m connected.
minus-square@burrito@sh.itjust.workslinkfedilink1•edit-23 months 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?