-
Notifications
You must be signed in to change notification settings - Fork 92
Terminal transcript #4
Description
Welcome to Termux
Docs: https://doc.termux.com
Community: https://community.termux.com
Working with packages:
- Search: pkg search
- Install: pkg install
- Upgrade: pkg upgrade
Report issues at https://bugs.termux.com
~ $ git --version
git version 2.49.0
~ $
~ $ git config --global user.name "Raton Boral"
git config --global user.email "sadhinboral@gmail.c
om"
~ $
~ $ git config --global --list
user.name=Raton Boral
user.email=sadhinboral@gmail.com
~ $ ssh-keygen -t ed25519 -C "sadhinboral@gmail.com
"
Generating public/private ed25519 key pair.
Enter file in which to save the key (/data/data/com
.termux/files/home/.ssh/id_ed25519):
Enter passphrase for "/data/data/com.termux/files/h
ome/.ssh/id_ed25519" (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /data/data/co
m.termux/files/home/.ssh/id_ed25519
Your public key has been saved in /data/data/com.te
rmux/files/home/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:ssVVGfv6JkYQT4cAUr1pr8cKEEXVY1PTHrLz2Rp74fY
sadhinboral@gmail.com
The key's randomart image is:
+--[ED25519 256]--+
| .o=+ooo=o. |
| o o.Oo.o.|
| . .B.+o..|
| o .= .+ .|
| o S. o + o|
| = o..+.|
| . . +. .+.|
| .. =.+o.|
| .+ oo.E|
+----[SHA256]-----+
~ $
~ $
~ $ cat ~/.ssh/id_ed25519.pub
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPn9joCjdV9t5Ou
D5IYcjCdbGYolNKeLIYPwVwJ6uRsF sadhinboral@gmail.com
~ $
~ $ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPn9joCjdV9
t5OuD5IYcjCdbGYolNKeLIYPwVwJ6uRsF sadhinboral@gmail
.com
ssh-ed25519: command not found
~ $
~ $
~ $
~ $ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPn9joCjdV9
t5OuD5IYcjCdbGYolNKeLIYPwVwJ6uRsF sadhinboral@gmail
.com/