• Zloubida@lemmy.world
    link
    fedilink
    arrow-up
    16
    ·
    7 days ago

    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.

    • undu@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      7 days ago

      SSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason

        • burrito
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          7 days ago

          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?

    • x00z@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      7 days ago

      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.