Main public logs

Jump to navigation Jump to search

Combined display of all available logs of bwCloud-OS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:19, 23 October 2025 Admin talk contribs created page Guide: SSH (Created page with "== Generating an SSH Key Pair Locally == === 🐧 Linux / 🍎 macOS === Open a terminal and run the following command: <code>ssh-keygen -t rsa -b 4096 -f ~/.ssh/myKey</code> When prompted, enter a secure passphrase. Record it safely — without it, you won't be able to use the key pair. This creates two files: * '''Private key''': <code>~/.ssh/myKey</code> * '''Public key''': <code>~/.ssh/myKey.pub</code> Secure the private key with correct permissions: <code>chmo...")