Batch: enforce full 7-field frontmatter on all 360 notes (obsidian_frontmatter.py v3)
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
---
|
||||
title: 启动 SSH 服务
|
||||
source:
|
||||
author: shenwei
|
||||
published:
|
||||
created:
|
||||
description:
|
||||
tags: [ssh, ubuntu]
|
||||
---
|
||||
|
||||
|
||||
#ubuntu #ssh
|
||||
|
||||
在 Ubuntu 24.04 中开启 SSH 服务非常简单,但这个版本引入了一个重要的变化:**默认使用 `ssh.socket` 激活机制**(即只有在连接请求进入时才启动 SSH 守护进程),这与旧版本略有不同。
|
||||
|
||||
Reference in New Issue
Block a user