ssh portfolio@keshavanand.net
When executed in your terminal, this command renders a fully interactive shell portfolio experience. Much like a digital resume or personal site, it allows you to explore my work and background through a safe, secure, and purely text-based interface. It is completely harmless to your system.
Secure Shell: The standard terminal protocol for logging into and controlling remote computers safely.
User: A passwordless, restricted user on my homeserver meant for public access.
Domain: Points to a web record that directs your request to my server's public IP (gateway).
This command gives authenticated access to the 'portfolio' user account on my private home server.
Instead of a standard bash or zsh shell, the user session triggers a custom-coded C++ executable. This binary utilizes FTXUI—a sophisticated functional terminal user interface library—to handle real-time rendering and input.
Note: Web shell is a simulated environment, and native terminal is recommended