PS C:\Users\josef> ssh-keygen -t ed25519
Generating public/private ed25519 key pair.
Enter file in which to save the key (C:\Users\josef/.ssh/id_ed25519):
Created directory ‚C:\\Users\\josef/.ssh‘.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in C:\Users\josef/.ssh/id_ed25519
Your public key has been saved in C:\Users\josef/.ssh/id_ed25519.pub
The key fingerprint is:
SHA256:1OVbI7O4mBwLtnYhANf0dDxcdVMJ7cvuPiCiSCwskdY josef@JSPC04
The key’s randomart image is:
+–[ED25519 256]–+
| . .o. .o..oo+.=|
| o .o o+o +.|
| o . o ..+ + |
| + E . . . * o |
|. o . + S . o . .|
| . o + = B o . o |
| . o + B o . o |
| o o o |
| oo.|
+—-[SHA256]—–+
PS C:\Users\josef>
PS C:\Users\josef> type $env:USERPROFILE\.ssh\id_ed25519.pub | ssh js@192.168.1.171 „mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys && chmod 700 ~/.ssh && chmod 600 ~/.ssh/authorized_keys“
The authenticity of host ‚192.168.1.171 (192.168.1.171)‘ can’t be established.
ED25519 key fingerprint is SHA256:zI6V3Rl3stahK17d5kBlAwYdaVfRvYUmOE+BALYO5tk.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added ‚192.168.1.171‘ (ED25519) to the list of known hosts.
js@192.168.1.171’s password:
PS C:\Users\josef>
PS C:\Users\josef> ssh js@192.168.1.171
Welcome to Ubuntu 24.04.4 LTS (GNU/Linux 6.8.0-134-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Sun Jul 12 12:56:02 PM CEST 2026
System load: 0.08
Usage of /: 33.1% of 97.87GB
Memory usage: 1%
Swap usage: 0%
Temperature: 38.0 C
Processes: 233
Users logged in: 1
IPv4 address for eno1: 192.168.1.171
IPv6 address for eno1: fdc8:f25b:527b:0:921b:eff:fe26:cc
IPv6 address for eno1: 2003:d4:c745:9900:921b:eff:fe26:cc
* Strictly confined Kubernetes makes edge and IoT secure. Learn how MicroK8s
just raised the bar for easy, resilient and secure K8s cluster deployment.
https://ubuntu.com/engage/secure-kubernetes-at-the-edge
Expanded Security Maintenance for Applications is not enabled.
5 updates can be applied immediately.
4 of these updates are standard security updates.
To see these additional updates run: apt list –upgradable
Enable ESM Apps to receive additional future security updates.
See https://ubuntu.com/esm or run: sudo pro status
Last login: Thu May 28 13:52:39 2026 from 192.168.1.112
js@ra-ai-01:~$ exit
PS C:\Users\josef>
PS C:\Users\josef> Get-WinEvent -FilterHashtable @{LogName=’System‘,’Application‘; Level=1,2,3; StartTime=(Get-Date).AddDays(-1)} | Export-Csv -Path „C:\Logs\UrgentLogs.csv“ -NoTypeInformation
PS C:\Users\josef> scp „C:\Logs\UrgentLogs.csv“ js@192.168.1.171:/home/js/Logs/
This entry was posted on Sonntag, Juli 12th, 2026 at 13:19 and is filed under Administration, Microsoft Solution. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.