Move blog to Typecho

  1. Buy ECS at whatever platform you like
  2. Generate SSH Keys and bind it with the instance

    image-20210710153016663

  3. Configure the Windows Terminal(Any SSH client is good)

Windows Terminal

1
2
3
4
5
6
7
{
"guid": "<guid>",
"hidden": false,
"name": "Tencent Cloud CentOS Shell",
"commandline": "ssh -i <secret key path> <username>@<ip address>",
"closeOnExit": true
}

guid: use powershell new-guid generate unique id

commandline:

  • secret key path : the path store your private key downloaded from tencent cloud
  • username: default root
  • ip address: ecs ip address

After the SSH Keys were set up, no need to input password anymore.

  1. Modify and add access to bt-panel port.

image-20210710153719508

  1. Add your site in bt-panel

image-20210711101351603

  1. Download typecho and install
    Upload the typecho package to your site root dierctory and extract. Visit ip address:port/install.php, follow the installation step.
  2. Get a theme you love, create a post. Enjoy writing.