Cleaned up README.md

This commit is contained in:
Russ Magee 2021-02-19 01:15:28 -08:00
parent 9ba07719cd
commit e4b69eab2d
2 changed files with 9 additions and 4 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2017 - 2019 Russell Magee (xs/xsd/xsnet/xspasswd) Copyright (c) 2017 - 2021 Russell Magee (xs/xsd/xsnet/xspasswd)
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -3,9 +3,14 @@
# XS # XS
-- --
XS (**X**perimental **S**hell) is a golang implementation of a simple remote shell client and XS (**X**perimental **S**hell) is a simple alternative to ssh (<5% total SLOCC) written from scratch in Go.
server, similar in role to ssh, offering encrypted interactive and non-interactive sessions (remote commands), A testbed for candidate PQC (Post-Quantum Cryptography) KEMs (Key-Encapsulation Mechanisms) and symmetric
remote file copying and tunnels with optional traffic obfuscation ('chaffing'). session encryption algorithms.
xs also features integrated traffic chaffing to obscure interactive session and file copy activity.
Supports encrypted interactive and non-interactive sessions (remote commands), remote file copying and tunnels.
Runs on Linux, FreeBSD, Windows (client only, MSYS) and Android (within Termux). https://gogs.blitter.com/RLabs/xs
It is stable to the point that I use it for day-to-day remote access in place of, and in preference to, ssh. It is stable to the point that I use it for day-to-day remote access in place of, and in preference to, ssh.