Recent content by caesura

  1. caesura

    Homebrew RELEASE nxsh - remote shell for the Nintendo Switch over telnet

    Right now the biggest reason for nxsh instead of a standard SSH server implementation is the lack of cryptographic libraries available on the Switch. Also, launching a non-NRO executable is not possible at the moment (to my knowledge), so even if you got in, you couldn't do much. Version...
  2. caesura

    Homebrew Bounty 2018 Month 1: Switch Tools and Utilities

    EDIT: Not applicable to this category, sorry!
  3. caesura

    Homebrew RELEASE nxsh - remote shell for the Nintendo Switch over telnet

    Thanks everyone! For clarification, the root directory is in fact the root of the SD card and not the internal NAND storage. As of right now, it seems like it's sandboxed into that directory. Also note that I've just put out a quick 0.1.2-alpha release with a few added functionalities, as well...
  4. caesura

    Homebrew RELEASE nxsh - remote shell for the Nintendo Switch over telnet

    Hi all, I'm a bit new to the Switch homebrew community, so please forgive me if this is not the place for a post like this. Because the implementation of an ssh server on the console is no small endeavor (considering all of the crypto involved), I've spent the last few days developing a...