首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Ubuntu机器上未启用扩展的安全维护

Ubuntu机器上未启用扩展的安全维护
EN

Unix & Linux用户
提问于 2023-02-14 22:34:55
回答 1查看 6.1K关注 0票数 9

当SSH‘’ing进入我的Ubuntu伙伴22.04机器时,我受到了以下的欢迎:

未启用应用程序的扩展安全维护。

在……里面

代码语言:javascript
运行
复制
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-60-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

Expanded Security Maintenance for Applications is not enabled.

...

7 additional security updates can be applied with ESM Apps.
Learn more about enabling ESM Apps service at https://ubuntu.com/esm

那是什么,如果我想,我如何启用它?

EN

回答 1

Unix & Linux用户

回答已采纳

发布于 2023-02-14 22:34:55

这是免费的个人用途,最多5个Ubuntu运行设备。

我确实访问了https://ubuntu.com/esm,因为我已经有了一个规范的Ubuntu帐户,所以我登录了https://ubuntu.com/pro/dashboard

它现在生成了一个令牌:

机器类型:物理

机器:5台

活动机器:0

令牌:< 30-char string >

要实际使用它,您的Ubuntu机器必须安装ubuntu-advantage-tools

apt安装ubuntu优势工具

将令牌复制到剪贴板中,然后运行:

代码语言:javascript
运行
复制
sudo pro attach TOKEN

它将自动将您的计算机附加到您的规范(Pro) Ubuntu帐户:

代码语言:javascript
运行
复制
Enabling default service esm-apps
Updating package lists
Ubuntu Pro: ESM Apps enabled
Enabling default service esm-infra
Updating package lists
Ubuntu Pro: ESM Infra enabled
Updating 'livepatch' on changed directives.
Disabling Livepatch prior to re-attach with new token
Canonical livepatch enabled.
Unable to determine current instance-id
This machine is now attached to 'Ubuntu Pro - free personal subscription'

SERVICE          ENTITLED  STATUS    DESCRIPTION
esm-apps         yes       enabled   Expanded Security Maintenance for Applications
esm-infra        yes       enabled   Expanded Security Maintenance for Infrastructure
livepatch        yes       enabled   Canonical Livepatch service
realtime-kernel  yes       disabled  Ubuntu kernel with PREEMPT_RT patches integrated

NOTICES
Operation in progress: pro attach

Enable services with: pro enable <service>

     Account: <EMAIL REDACTED>
Subscription: Ubuntu Pro - free personal subscription

它现在也应该是发光绿色的启用的东西和红色的残疾人。

10分钟后我重新启动了.然后运行apt upgrade,查看新的更新。

票数 7
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/735556

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档