_9ptls

9ptls 1.7

mount.9ptls mount helper

<rendered-html><p>mount.9ptls wraps the v9fs mount type in a dp9ik authenticated tls tunnel using tlsclient.</p> </rendered-html>

https://git.sr.ht/~moody/tlsclient
MIT License
main program: mount.9ptlsprograms: mount.9ptls
Platforms (24)
arc-linuxpowerpc-linuxpowerpc64le-linuxx86_64-linuxm68k-linuxmicroblaze-linuxarmv5tel-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _9ptls
];
Ad-hoc shell
nix-shell -p _9ptls
Flake (nix run)
nix run nixpkgs#_9ptls