SshKeyMan
Generate/Manage your ssh keys on Android
File Explorer
Download Latest Version (.zip)- build_unsigned_apk_only.yml
- print_path.yml
- FUNDING.yml
- 1.json
- 2.json
- ExampleInstrumentedTest.kt
- ConfirmDialog2.kt
- CopyableDialog.kt
- CopyScrollableColumn.kt
- FilterTextField.kt
- LoadingDialog.kt
- LoadingText.kt
- LongPressAbleIconBtn.kt
- MyCheckBox.kt
- MyLazyColumn.kt
- MySelectionContainer.kt
- PaddingRow.kt
- ScrollableColumn.kt
- ScrollableRow.kt
- Cons.kt
- LangCode.kt
- PageRequest.kt
- PassEncryptDao.kt
- SshKeyDao.kt
- BaseFields.kt
- PassEncryptEntity.kt
- SshKeyEntity.kt
- From1To2RenameEmailToComment.kt
- FromNtoM.kt
- PassEncryptRepository.kt
- PassEncryptRepositoryImpl.kt
- SshKeyRepository.kt
- SshKeyRepositoryImpl.kt
- AppContainer.kt
- AppDatabase.kt
- Ret.kt
- AboutInnerPage.kt
- SshKeyInnerPage.kt
- SshKeyPageActions.kt
- DrawerContent.kt
- AboutTitle.kt
- SimpleTitle.kt
- SshKeyTitle.kt
- SshKeyItem.kt
- ChangeListFunctions.kt
- AppScreenNavigator.kt
- HomeScreen.kt
- MyStyleKt.kt
- Theme.kt
- Type.kt
- Color.kt
- Theme.kt
- Cache.kt
- CacheStore.kt
- CacheStoreImpl.kt
- Encryptor.kt
- EncryptorImpl.kt
- EncryptUtil.kt
- PassEncryptHelper.kt
- JschSkmKeyPairGen.kt
- SkmKeyPair.kt
- SkmKeyPairGenerator.kt
- SkmSshKeyUtil.kt
- SshtoolsSkmKeyPairGen.kt
- CustomStateHolder.kt
- CustomStateSaveable.kt
- CustomStateSaveable_finally.kt
- CustomStateSaveable_RememberSaveableVersion.kt
- CustomStateSaveable_RememberVersion.kt
- StateUtil.kt
- ActivityUtil.kt
- AppModel.kt
- ComposeHelper.kt
- FsUtils.kt
- JsonUtil.kt
- LanguageUtil.kt
- ListExt.kt
- Msg.kt
- MyLog.kt
- PermissionUtils.kt
- PrefMan.kt
- RegexUtil.kt
- StateHelper.kt
- UIHelper.kt
- Utils.kt
- VersionManager.kt
- MainActivity.kt
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_round.png
- colors.xml
- ic_launcher_background.xml
- strings.xml
- themes.xml
- backup_rules.xml
- data_extraction_rules.xml
- AndroidManifest.xml
- ic_launcher-playstore.png
- ExampleUnitTest.kt
- .gitignore
- build.gradle.kts
- proguard-rules.pro
- 1_installrequire.sh
- clean.bat
- con_adb_connect.bat
- dbds_buildDebugWithMyDebugSign.bat
- de_adb_devices.bat
- di_adb_install_debug.bat
- kcd.ps1
- kcr.ps1
- kill_java.bat
- nrbds_buildReleaseWithMyDebugSign_NoObfusion.bat
- od_open_output_debug_dir.bat
- or_open_output_release_dir.bat
- pa_adb_pair.bat
- rbds_buildReleaseWithMyDebugSign.bat
- ri_adb_install_release.bat
- sa_signapk.bat
- 1.txt
- 10.txt
- 11.txt
- 2.txt
- 3.txt
- 4.txt
- 5.txt
- 6.txt
- 7.txt
- 8.txt
- 9.txt
- 1.png
- 2.png
- 3.png
- 1.png
- 2.png
- 3.png
- 1.png
- 2.png
- 3.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- 1.txt
- 10.txt
- 11.txt
- 2.txt
- 3.txt
- 4.txt
- 5.txt
- 6.txt
- 7.txt
- 8.txt
- 9.txt
- full_description.txt
- short_description.txt
- title.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- .gitignore
- build.gradle.kts
- CHANGELOG.txt
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- PrivacyPolicy.md
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/catpuppyapp/SshKeyMan
Downloads the entire project code from GitHub to your computer.
cd SshKeyMan
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
