SSH Client: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „*ssh kit@server The authenticity of host 'server (192.168.16.216)' can't be established. ED25519 key fingerprint is SHA256:GOyaDogwsT3hrFwp3lEelZqiTQ6l3ORN…“) |
|||
| Zeile 1: | Zeile 1: | ||
| + | =Einloggen= | ||
*ssh kit@server | *ssh kit@server | ||
| Zeile 17: | Zeile 18: | ||
Last login: Thu Oct 23 11:26:23 2025 from 10.81.31.112 | Last login: Thu Oct 23 11:26:23 2025 from 10.81.31.112 | ||
kit@server.it216.int:~$ | kit@server.it216.int:~$ | ||
| + | =Ausloggen= | ||
| + | kit@server.it216.int:~$ exit | ||
| + | logout | ||
| + | Connection to server closed. | ||
Version vom 11. April 2026, 13:33 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.