feat: initialize Android SSH manager app with terminal and crypto
This commit is contained in:
commit
66417cc194
55 changed files with 3711 additions and 0 deletions
9
app/proguard-rules.pro
vendored
Normal file
9
app/proguard-rules.pro
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Keep sshj/Bouncy Castle reflection entry points.
|
||||
-keep class com.hierynomus.sshj.** { *; }
|
||||
-keep class net.schmizz.sshj.** { *; }
|
||||
-keep class org.bouncycastle.** { *; }
|
||||
-dontwarn org.bouncycastle.**
|
||||
-dontwarn org.slf4j.impl.**
|
||||
|
||||
# Ed25519 (pure-Java, used by sshj for OpenSSH-v1 keys).
|
||||
-keep class net.i2p.crypto.eddsa.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue