apple / swift-nio-ssh

SwiftNIO SSH is a programmatic implementation of SSH using SwiftNIO
Apache License 2.0
398 stars 49 forks source link

Add Android support #134

Closed finagolfin closed 1 year ago

finagolfin commented 1 year ago

Android doesn't have getpass() either.

@Joannis, submitted as you asked for.

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

swift-server-bot commented 1 year ago

Can one of the admins verify this patch?

Lukasa commented 1 year ago

@swift-server-bot add to allowlist

finagolfin commented 1 year ago

CI failures are unrelated.

Lukasa commented 1 year ago

They are indeed: we reduced allocations in NIO so the tests need to be updated. I'll put up a PR shortly.

Lukasa commented 1 year ago

See #135.