Update page 'Home'

Russtopia 2023-03-03 22:13:03 -08:00
parent 999e5312af
commit 33ebcc1b15
1 changed files with 6 additions and 3 deletions

@ -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