This project is mirrored from https://github.com/migueldeicaza/SwiftSH.
Pull mirroring updated .
- Nov 11, 2021
-
-
Miguel de Icaza authored
This enables for instance to start an SSH connection, and then use various channels over it. The SSHChannel no longer is a subclass of an SSHSession, which made things awkward when attempting to use the session again. Instead, the session is a field in the channel, and new channels can be constructed from the session if this is available. This also turns off the sample that defaulted to publicKey authentication.
-
- Jul 30, 2021
-
-
Miguel de Icaza authored
-
- Jul 15, 2021
-
-
Miguel de Icaza authored
-
- Jun 29, 2021
-
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
- Jun 28, 2021
-
-
Miguel de Icaza authored
-
- Jun 24, 2021
-
-
Miguel de Icaza authored
-
- Jun 23, 2021
-
-
Miguel de Icaza authored
Session.fingerprintBytes, new methods that returns an array of bytes, rather than a formatted string
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
- Jun 18, 2021
-
-
Miguel de Icaza authored
-
- Jun 17, 2021
-
-
Miguel de Icaza authored
-
- Jun 06, 2021
-
- Jun 05, 2021
-
-
Miguel de Icaza authored
-
- Jun 04, 2021
-
-
Miguel de Icaza authored
Add new authentication system: byCallback, to allow me to wire up the secure enclave in SwiftTermApp
-
- Jun 02, 2021
-
-
Miguel de Icaza authored
-
- May 30, 2021
-
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
- Oct 30, 2020
-
-
Miguel de Icaza authored
Do not surface LibSSH2 to the swiftmodule, this fixes the 'no such module' error I get when consuming the library
-
- Oct 28, 2020
-
-
Miguel de Icaza authored
-
- Aug 07, 2020
-
-
Miguel de Icaza authored
-
- May 13, 2020
-
-
Miguel de Icaza authored
-
- May 08, 2020
-
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
- May 03, 2020
-
-
Miguel de Icaza authored
-
- Apr 28, 2020
-
-
Miguel de Icaza authored
-
Miguel de Icaza authored
-
- Aug 14, 2019
-
-
Tommaso Madonia authored
-
Tommaso Madonia authored
-
- Aug 13, 2019
-
-
Tommaso Madonia authored
-
Tommaso Madonia authored
-
- Aug 12, 2019
-
-
Jesse Armand authored
* Swift 5 migration * Migrated deprecated `withUnsafeBytes` * Guard raw buffer pointer count before using it Return error if it's empty * Fixed whitespaces
-
- Jul 08, 2019
-
-
Jesper Bylund authored
-
- Aug 31, 2018
-
-
Jelle authored
-
- Aug 17, 2018
-
-
Tommaso Madonia authored
#14
-
Tommaso Madonia authored
-
- Aug 15, 2018
-
-
Tommaso Madonia authored
-