orlandos-nl / Citadel

SSH Client & Server in Swift
MIT License
224 stars 36 forks source link

Development of `EchoShell` - A simple shell emulator #39

Closed gregorFeigel closed 1 month ago

gregorFeigel commented 1 year ago

Development of a shell emulator EchoShell that outputs the he user input and offers some basic commands like: help, history, clear, whoami, date and exit. In addition, a host key file handler was added.

The ShellDelegate and SSHShellContext changes provided by the repo owner have been adapted.