Как подключиться к серверу, на котором установлен algo vpn, через ssh?

Использование стандартного логина и пароля не помогает(все работало до установки algo vpn). Вот, что выбирал при установке:

[Cloud prompt]
What provider would you like to use?
    1. DigitalOcean
    2. Amazon Lightsail
    3. Amazon EC2
    4. Microsoft Azure
    5. Google Compute Engine
    6. Hetzner Cloud
    7. Vultr
    8. Scaleway
    9. OpenStack (DreamCompute optimised)
    10. CloudStack (Exoscale optimised)
    11. Linode
    12. Install to existing Ubuntu 18.04 or 20.04 server (for more advanced users)
  
Enter the number of your desired provider
:
12^M
TASK [Cloud prompt] ************************************************************************************************************************************************************ok: [localhost]

TASK [Set facts based on the input] ********************************************************************************************************************************************ok: [localhost]
[Cellular On Demand prompt]
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to cellular networks?
[y/N]
:
y^M
TASK [Cellular On Demand prompt] ***********************************************************************************************************************************************ok: [localhost]
[Wi-Fi On Demand prompt]
Do you want macOS/iOS clients to enable "Connect On Demand" when connected to Wi-Fi?
[y/N]
:
y^M
TASK [Wi-Fi On Demand prompt] **************************************************************************************************************************************************ok: [localhost]
[Trusted Wi-Fi networks prompt]
List the names of any trusted Wi-Fi networks where macOS/iOS clients should not use "Connect On Demand"
(e.g., your home network. Comma-separated value, e.g., HomeNet,OfficeWifi,AlgoWiFi)
:
HomeNet^M
TASK [Trusted Wi-Fi networks prompt] *******************************************************************************************************************************************ok: [localhost]
[Retain the PKI prompt]
Do you want to retain the keys (PKI)? (required to add users in the future, but less secure)
[y/N]
:
y^M
TASK [Retain the PKI prompt] ***************************************************************************************************************************************************ok: [localhost]
[DNS adblocking prompt]
Do you want to enable DNS ad blocking on this VPN server?
[y/N]
:
y^M
TASK [DNS adblocking prompt] ***************************************************************************************************************************************************ok: [localhost]
[SSH tunneling prompt]
Do you want each user to have their own account for SSH tunneling?
[y/N]
:
y^M
TASK [SSH tunneling prompt] ****************************************************************************************************************************************************ok: [localhost]

TASK [Set facts based on the input] ********************************************************************************************************************************************ok: [localhost]

PLAY [Provision the server] ****************************************************************************************************************************************************
TASK [Gathering Facts] *********************************************************************************************************************************************************ok: [localhost]

--> Please include the following block of text when reporting issues:

Algo running on: Ubuntu 20.04.4 LTS (Virtualized: kvm)
Created from git clone. Last commit: 9f241b1 Bump ansible-core from 2.12.1 to 2.12.3 (#14425)
Python 3.8.10
Runtime variables:
    algo_provider "local"
    algo_ondemand_cellular "True"
    algo_ondemand_wifi "True"
    algo_ondemand_wifi_exclude "SG9tZU5ldA=="
    algo_dns_adblocking "True"
    algo_ssh_tunneling "True"
    wireguard_enabled "True"
    dns_encryption "True"

TASK [Display the invocation environment] **************************************************************************************************************************************changed: [localhost]

TASK [Install the requirements] ************************************************************************************************************************************************changed: [localhost]

TASK [Include a provisioning role] *********************************************************************************************************************************************[local : pause]
https://trailofbits.github.io/algo/deploy-to-ubuntu.html

Local installation might break your server. Use at your own risk.

Proceed? Press ENTER to continue or CTRL+C and A to abort...:
^M
TASK [local : pause] ***********************************************************************************************************************************************************ok: [localhost] => (item=https://trailofbits.github.io/algo/deploy-to-ubuntu.html

Local installation might break your server. Use at your own risk.

Proceed? Press ENTER to continue or CTRL+C and A to abort...)
[local : pause]
Enter the IP address of your server: (or use localhost for local installation):
[localhost]
:
^M
TASK [local : pause] ***********************************************************************************************************************************************************ok: [localhost]

TASK [local : Set the facts] ***************************************************************************************************************************************************ok: [localhost]
[local : pause]
Enter the public IP address or domain name of your server: (IMPORTANT! This is used to verify the certificate)
[localhost]
:
185.253.44.4^M
TASK [local : pause] ***********************************************************************************************************************************************************ok: [localhost]

Вот, что вывело после:

*******************************************************************************************************************************************************************ok: [localhost] => {
        "msg": [
            [
                "\"#                          Congratulations!                            #\"",
                "\"#                     Your Algo server is running.                     #\"",
                "\"#    Config files and certificates are in the ./configs/ directory.    #\"",
                "\"#              Go to https://whoer.net/ after connecting               #\"",
                "\"#        and ensure that all your traffic passes through the VPN.      #\"",
                "\"#                     Local DNS resolver 172.24.80.127, fd00::8:507f                   #\"",
                ""
            ],
            "    \"#        The p12 and SSH keys password for new users is uNTyYTZG8       #\"\n",
            "    \"#        The CA key password is 0A@Q0McAYZSX1Ljr       #\"\n",
            "    "
        ]
    }
    
    RUNNING HANDLER [ssh_tunneling : restart ssh] **********************************************************************************************************************************changed: [localhost]
    
    PLAY RECAP *********************************************************************************************************************************************************************localhost                  : ok=145  changed=78   unreachable=0    failed=0    skipped=41   rescued=0    ignored=0   

При подключении использовал Termius. Попытки подключится через sftp также безуспешны.


Ответы (0 шт):