Before first login, initial activating Phoebe account is necessary.
We recommend to use Mobatec ssh client, which is available to download here.
MobaXterm is a popular terminal software that includes an embedded X server and various network tools, including an SSH client.
- Launch MobaXterm on your computer.
- In the MobaXterm main window, click on the "Tools" button
- select MobaKeyGen utility
- Choose the key type (EdDSA provides decent security)
- Type-in
Key passphrase
protecting newly generated key from potential misuse.
- Click the "Generate" button to create the key pair. Move the mouse around in the blank area to generate randomness.
- Once the key pair is generated, you can save it to your local machine.
- Click on the "Save private key" button to save the private key. This private key file will typically have a
.ppk
(Putty private key) extension. Select the directory and clisk on Save
button.
- Click on the "Save public key" button to save the public key. This is the key you'll share with servers or services.
- Copy out Public key from field
Public key for pasting into OpenSSH server
and provide it to Phoebe admin
- Close the MobaKeyGen window once you have saved your keys.
- click on Session and then SSH
- fill-in remote host as
phoebe.fzu.cz
- tick the Specify username checkbox and fill in your koios username ( usually your short FZU username )
- click on "Advanced SSH settings"
- tick Use private key and select the private part of your key
- click on OK
In the left column, click on profile created in previous step. Console window should appear.