shithub: tlsclient

Clone

clone: git://shithub.us/moody/tlsclient gits://shithub.us/moody/tlsclient
push: hjgit://shithub.us/moody/tlsclient

Last commit

e8f24d37 – Jacob Moody <moody@posixcafe.org> authored on 2021/05/22 18:02
-R implies rcpu port

About

tlsclient: tlsclient(1) for unix

This repo contains three programs, tlsclient itself, 9cpu and git-remote-hjgit.
9cpu acts as rcpu(1).
Git-remote-hjgit is a git remote helper for unix git that allows use of hjgit repos.

Most of the tlsclient code is pillaged from jsdrawterm: https://github.com/aiju/jsdrawterm

Usage:
	tlsclient [ -R ] [ -u user] [ -h host ] [ -a auth ] -p port cmd...
	9cpu [ -u user ] [ -h host ] [ -a auth ] cmd...

Example:
	9cpu -u moody -h shithub.us -a p9auth.shithub.us newrepo tlsclient

	# with git-remote-hjgit in your $PATH
	git clone hjgit://shithub.us/user/repo

Bugs:
	Currently tlsclient uses gnutls, a better alternative is welcome.