From 9a39cc2c5fd514213d32b233e44a5772725ea1e1 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 27 Nov 2019 00:20:14 +0000 Subject: [PATCH] added: How to generate an SSH Public key on Android smartphone --- articles/wiki/ssh.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/wiki/ssh.md b/articles/wiki/ssh.md index 7993307..7476685 100644 --- a/articles/wiki/ssh.md +++ b/articles/wiki/ssh.md @@ -14,6 +14,8 @@ Will generate both the public and private SSH key files for you. You would be pr PuTTY handles key generation differently, as the PuTTYGen program is graphical. However, the interface makes key generation very self-explanatory (it simply involves moving your mouse cursor around your screen). The resulting key files can be saved and, as with the public key file saved by OpenSSH's shh-keygen program, open your new public key file in your favourite text editor, copy all its text and paste it in the Public SSH Key section of our signup page when submitting your registration form. +[ConnectBot](https://f-droid.org/en/packages/org.connectbot/) is the SSH client available for Android smartphone. You can generate an type rsa 2048 bits and copy this public key, in the "Manage Public Keys" menu. + ## Logging into Thunix through SSH ---