Before first login, initial activating Phoebe account is necessary.
One can use Secure Shell protocol (SSH) to access front-end nodes of Phoebe HPC system.
SSH client is built-in in all contemporary Linux distributions.
To access Phoebe login node use following command:
ssh <username>@phoebe.fzu.cz
where <username> is your FZU "Kerberos" account.
To access system, we use exclusively Public Key Authentication.
To make ssh connection faster, you might decide to create ~/.ssh/config file with an Phoebe entry. Make sure to replace <username>template with your FZU/Phoebe username.
Host phoebe
        Hostname phoebe.fzu.cz
        User <username>
Once this host definition is created, it is enough to just type ssh phoebe to get to our cluster.