cdepillabout / cdepillabout/ssh

How to make an interactive session?

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Haskell
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Can I use the requestHandler to make a basic shell/interactive session?
I have something like this:
```hs
channelRequest :: MonadIO m => Bool -> ChannelRequest -> ChannelT i m ()
channelRequest wr Shell = do
user <- authUser <$> getChannelStateS csAuth
logStr ("shell requested by: " <> user)
{- ?? -}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the requestHandler usage and the channelRequest Shell branch shown in the issue, then inspect the repository's SSH channel and session entry points. Determine whether interactive sessions are supported and what integration is required; the issue names no specific file, test, or completion criterion.

Written by the indexing model from the issue text.

Assessment

Tech stack
haskell
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.