Struct async_ssh::NewSession
[−]
[src]
pub struct NewSession<S: AsyncRead + AsyncWrite> { /* fields omitted */ }
Methods
impl<S: AsyncRead + AsyncWrite + 'static> NewSession<S>
[src]
ⓘImportant traits for Box<W>pub fn authenticate_key(
self,
user: &str,
key: KeyPair
) -> Box<Future<Item = Session<S>, Error = HandlerError<()>>> where
S: Tcp,
[src]
ⓘImportant traits for Box<W>
self,
user: &str,
key: KeyPair
) -> Box<Future<Item = Session<S>, Error = HandlerError<()>>> where
S: Tcp,