BudgieSSH 3DS: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox 3DS Homebrews |title=budgieSSH |image=budgieSSH3DS.png |description=SSH client for the 3DS, using libssh2+3ds-mbedtls and libctru's console. |author=Maxbrick |lastupdated=2025/06/01 |type=Utilities |version=0.0.2a |license=Apache-2.0 |download=https://dlhb.gamebrew.org/3dshomebrews/budgieSSH3DS.7z |website=https://github.com/Maxbrick/budgieSSH |source=https://github.com/Maxbrick/budgieSSH |donation= }} {{#seo: |title= (Utilities) - GameBrew |title_mode=append |..." |
No edit summary |
||
| Line 19: | Line 19: | ||
|image_alt=budgieSSH | |image_alt=budgieSSH | ||
}} | }} | ||
budgieSSH is an SSH client for the Nintendo 3DS, using libssh2 with 3ds-mbedtls and libctru's console | budgieSSH is an SSH client for the Nintendo 3DS, using libssh2 with 3ds-mbedtls and libctru's console. | ||
The application also features a mascot, a bird named Jimmy. | The application also features a mascot, a bird named Jimmy. | ||
| Line 30: | Line 30: | ||
Download the .3dsx file from the latest release on the GitHub Releases page and copy it to your 3DS' SD card in the <code>3ds</code> folder. | Download the .3dsx file from the latest release on the GitHub Releases page and copy it to your 3DS' SD card in the <code>3ds</code> folder. | ||
Pubkey Authentication: Since budgieSSH was built with mbedtls, use RSA keys. Formats like Ed25519 are not supported. | |||
Since budgieSSH was built with mbedtls, use RSA keys. Formats like Ed25519 are not supported. | |||
==Screenshots== | ==Screenshots== | ||
| Line 42: | Line 40: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Maxbrick/budgieSSH | ||
Latest revision as of 12:49, 2 March 2026
| budgieSSH | |
|---|---|
| General | |
| Author | Maxbrick |
| Type | Utilities |
| Version | 0.0.2a |
| License | Apache-2.0 |
| Last Updated | 2025/06/01 |
| Links | |
| Download | |
| Website | |
| Source | |
budgieSSH is an SSH client for the Nintendo 3DS, using libssh2 with 3ds-mbedtls and libctru's console.
The application also features a mascot, a bird named Jimmy.
Installation
Available in 3DSX format.
To use this on your 3DS, you need the Homebrew Launcher. If you don't have the Homebrew Launcher, follow the instructions at https://3ds.hacks.guide/.
Download the .3dsx file from the latest release on the GitHub Releases page and copy it to your 3DS' SD card in the 3ds folder.
Pubkey Authentication: Since budgieSSH was built with mbedtls, use RSA keys. Formats like Ed25519 are not supported.
Screenshots
Changelog
v0.0.2a (2025/06/01)
- Cleaned up code.
