├── LICENSE ├── README.md ├── cert-generate └── create-certs.sh └── shell-forward-via-files ├── client └── server /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kekru/linux-utils/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kekru/linux-utils/HEAD/README.md -------------------------------------------------------------------------------- /cert-generate/create-certs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kekru/linux-utils/HEAD/cert-generate/create-certs.sh -------------------------------------------------------------------------------- /shell-forward-via-files/client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kekru/linux-utils/HEAD/shell-forward-via-files/client -------------------------------------------------------------------------------- /shell-forward-via-files/server: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kekru/linux-utils/HEAD/shell-forward-via-files/server --------------------------------------------------------------------------------