Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hippieZhou/hippiezhou.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hippieZhou committed Sep 6, 2024
2 parents 76f597d + 9e400d2 commit 263b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/_posts/How-to-enabl-SSH-service-on-Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ssh root@[your-remote-ip]

然后跳出来的授权验证,输入用户名和密码即可。

当然,为了方便等了,你可以在你的 `~/.zshrc` 配置相关 alias,比如像这样:
当然,为了方便登陆,你可以在你的 `~/.zshrc` 配置相关 alias,比如像这样:

```bash
alias login-dev="ssh root@[your-remote-ip]"
Expand Down

0 comments on commit 263b2d4

Please sign in to comment.