mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #561] 无法使用IPV6地址访问SSH,访问RDP可以 #1415
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#1415
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 @sanrentai on GitHub (Nov 11, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/561
Originally assigned to: @VShawn on GitHub.
Describe the bug
无法使用IPV6地址访问SSH,访问RDP可以
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
@sanrentai commented on GitHub (Nov 11, 2023):
把IPV6的地址,用域名解析以后,可以正常使用ssh
@VShawn commented on GitHub (Nov 11, 2023):
ipv6需要加特殊命令,使用APP协议进行配置。
原理见:https://documentation.help/PuTTY/using-cmdline-ipversion.html
@VShawn commented on GitHub (Nov 11, 2023):
https://github.com/cyd01/KiTTY/issues/43#issuecomment-524049956
根据这个回答。IPv6用方括号括起来就可以了,能帮我测试一下么?我这里没有Ipv6可以测试
@sanrentai commented on GitHub (Nov 20, 2023):
这样可以