Skip to main content

session_shell

Function session_shell 

Source
pub async fn session_shell<P: PlatformServices>(
    ev: ServEvent<'_, '_>,
    ctx: &mut EventContext<'_>,
    config: &SunsetMutex<SSHStampConfig>,
    chan_pipe: &Channel<NoopRawMutex, SessionType, 1>,
    platform: &P,
) -> Result<(), Error>
Expand description

Handles SSH session shell requests.

ยงErrors

Returns an error if SSH protocol operations fail.