Choosing app from SSH client

There are two ways for clients to choose a registered app on the Whisp server.s

Username

Simply use the 'username' field as the app name, and Whisp will route the user to that app.

        
        
        ssh appname@server.com
    

Command

Alternatively, request an interactive terminal with -t and pass the app to run.

        
        
        ssh server.com -t appname