mirror of
https://github.com/Noratrieb/cluelessh.git
synced 2026-01-16 17:35:04 +01:00
bootstrap SFTP subsystem
This commit is contained in:
parent
8de8204bc7
commit
a9e2edc572
15 changed files with 205 additions and 17 deletions
|
|
@ -230,6 +230,11 @@ async fn handle_session_channel(
|
|||
channel.send(ChannelOperationKind::Eof).await?;
|
||||
channel.send(ChannelOperationKind::Close).await?;
|
||||
}
|
||||
ChannelRequest::Subsystem { want_reply, .. } => {
|
||||
if want_reply {
|
||||
channel.send(ChannelOperationKind::Failure).await?;
|
||||
}
|
||||
}
|
||||
ChannelRequest::ExitStatus { .. } => {}
|
||||
ChannelRequest::Env { .. } => {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue