Hello, I'm working on a SSH Honeypot and using SSHD as a server. I need help figuring out how can I have for example command completion and the ability to tamper with some commands (choose between executing, delaying or faking their execution - not running them and returning some other data)
Right now I managed to create a server that can execute commands and can open a Shell connection where I can type in commands. The server echoes them back but does not display them. I know it's possible, but the lack of documentation is killing me so any help is appreciated. Cheers, -- Ioan Eugen Stan
