mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #169] [Feature] 希望添加IPV6设备的SSH部署方式 #100
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jane-Rui on GitHub (Oct 5, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/169
功能描述
部分设备只有IPV6地址,暂时无法使用SSH部署
其他信息
[2024-10-05 08:00:00]
开始检查
[2024-10-05 08:00:00]
获取记录成功
[2024-10-05 08:00:00]
获取授权信息成功
[2024-10-05 08:00:00]
检查通过
[2024-10-05 08:00:00]
开始申请
[2024-10-05 08:00:00]
证书在有效期内,跳过
证书有效期至 2024-12-22
[2024-10-05 08:00:00]
保存证书成功
[2024-10-05 08:00:00]
开始部署
[2024-10-05 08:00:00]
部署失败
dial tcp [2404:c140:1f00:手动打码]:22: connect: network is unreachable
@fudiwei commented on GitHub (Nov 7, 2024):
是在 Docker 容器里跑的么?
docker 默认不支持 IPv6,需要手动开启:https://docs.docker.com/config/daemon/ipv6/
@Jane-Rui commented on GitHub (Nov 7, 2024):
在 Docker 容器跑的,重新配置了容器IPv6,OK跑通了