SSH Client: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 22: | Zeile 22: | ||
logout | logout | ||
Connection to server closed. | Connection to server closed. | ||
| + | =User Keys generieren= | ||
| + | '''xinux@orville:~$ ssh-keygen''' | ||
| + | Generating public/private ed25519 key pair. | ||
| + | Enter file in which to save the key (/home/xinux/.ssh/id_ed25519): | ||
| + | Enter passphrase for "/home/xinux/.ssh/id_ed25519" (empty for no passphrase): | ||
| + | Enter same passphrase again: | ||
| + | Your identification has been saved in /home/xinux/.ssh/id_ed25519 | ||
| + | Your public key has been saved in /home/xinux/.ssh/id_ed25519.pub | ||
| + | The key fingerprint is: | ||
| + | SHA256:GgiLput73H6NERA15OBg/pTRYYMnHzEz4dgxRgxQcb0 xinux@orville | ||
| + | The key's randomart image is: | ||
| + | +--[ED25519 256]--+ | ||
| + | | +oB@^= | | ||
| + | | o o+%=O. | | ||
| + | | .. ==+. . | | ||
| + | | . oo. o E | | ||
| + | |... ... S | | ||
| + | |o + | | ||
| + | |. . . . + | | ||
| + | | . o . o . | | ||
| + | |ooo ... | | ||
| + | +----[SHA256]-----+ | ||
Version vom 11. April 2026, 13:37 Uhr
Einloggen
- ssh kit@server
The authenticity of host 'server (192.168.16.216)' can't be established. ED25519 key fingerprint is SHA256:GOyaDogwsT3hrFwp3lEelZqiTQ6l3ORN+aSnzwo5Wdg. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'server' (ED25519) to the list of known hosts. kit@server's password: ***** Linux server.it216.int 6.12.73+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.73-1 (2026-02-17) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Thu Oct 23 11:26:23 2025 from 10.81.31.112 kit@server.it216.int:~$
Ausloggen
kit@server.it216.int:~$ exit logout Connection to server closed.
User Keys generieren
xinux@orville:~$ ssh-keygen Generating public/private ed25519 key pair. Enter file in which to save the key (/home/xinux/.ssh/id_ed25519): Enter passphrase for "/home/xinux/.ssh/id_ed25519" (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /home/xinux/.ssh/id_ed25519 Your public key has been saved in /home/xinux/.ssh/id_ed25519.pub The key fingerprint is: SHA256:GgiLput73H6NERA15OBg/pTRYYMnHzEz4dgxRgxQcb0 xinux@orville The key's randomart image is: +--[ED25519 256]--+ | +oB@^= | | o o+%=O. | | .. ==+. . | | . oo. o E | |... ... S | |o + | |. . . . + | | . o . o . | |ooo ... | +----[SHA256]-----+