Google Cloud远程ssh登录方法

    首先使用Google Cloud SSH连接上去:
    1.切换到 root
    sudo su -
    2.编辑ssh配置文件
    vi /etc/ssh/sshd_config
    3.修改以下内容即可
    PermitRootLogin yes
    PasswordAuthentication yes
    4.重启ssh
    service sshd restart

    image.png

    image.png

    1. [root@instance-1 ~]#sudo wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh | bash
    2. > Verifying that Docker is installed .......... OK
    3. > Verifying that Docker daemon is running ..... OK
    4. > Creating persistent state dir ............... OK
    5. > Generating secret key ....................... OK
    6. > Generating TLS certificate .................. OK
    7. > Generating SHA-256 certificate fingerprint .. OK
    8. > Writing config .............................. OK
    9. > Starting Shadowbox .......................... OK
    10. > Starting Watchtower ......................... OK
    11. > Waiting for Outline server to be healthy .... OK
    12. > Creating first user ......................... OK
    13. > Adding API URL to config .................... OK
    14. > Checking host firewall ...................... OK
    15. CONGRATULATIONS! Your Outline server is up and running.
    16. To manage your Outline server, please copy the following line (including curly
    17. brackets) into Step 2 of the Outline Manager interface:
    18. {"apiUrl":"https://35.241.68.167:46944/bvU44fsmfD4r_0XSuMVvgA","certSha256":"89D80D1E6C0BCBE80F2C850E35A0B77096E7A4BDE3194B390AD24784CA947FA6"}
    19. If you have connection problems, it may be that your router or cloud provider
    20. blocks inbound connections, even though your machine seems to allow them.
    21. Make sure to open the following ports on your firewall, router or cloud provider:
    22. - Management port 46944, for TCP
    23. - Access key port 36554, for TCP and UDP
    24. [root@instance-1 ~]#
    1. [root@instance-1 ~]# docker ps
    2. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
    3. d7524487e169 containrrr/watchtower "/watchtower --cle..." 3 hours ago Up 3 hours watchtower
    4. 63cc13311dee quay.io/outline/shadowbox:stable "/bin/sh -c /cmd.sh" 3 hours ago Up 3 hours shadowbox
    5. [root@instance-1 ~]#