From 33ebcc1b1555880b4ff5479a1121d1ff5b03b5a6 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Fri, 3 Mar 2023 22:13:03 -0800 Subject: [PATCH] Update page 'Home' --- Home.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index 15fb4e4..d3a23a7 100644 --- a/Home.md +++ b/Home.md @@ -1,5 +1,7 @@ -## The xs -### **X**perimental **S**hell (xs) - A from-scratch alternative to ssh, written in Go +# The xs + + +**X**perimental **S**hell (xs) - A from-scratch alternative to ssh, written in Go Introduction @@ -18,7 +20,8 @@ This project began as an excuse to 3. Try out ideas relating to traffic obfuscation (traffic/endpoint chaffing and other concepts) 4. Have fun porting experimental key exchange and symmetric encryption algorithms to Go (see below) -```xs``` is a Golang implementation of a simple remote shell client and server offering: + +**xs** is a Golang implementation of a simple remote shell client and server offering: * encrypted interactive sessions (remote shell) * remote command execution, either with interactive authentication or with pre-arranged auth tokens for scripted operation * local-to-remote and remote-to-local file copying