Skip to content

Commit 65899ec

Browse files
authored
Merge pull request supportcloud365vn#84 from domanhduy/master
update post remote windows
2 parents 41acec2 + 1e48545 commit 65899ec

14 files changed

+78
-0
lines changed
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
date: 2019-09-30
3+
title: Hướng dẫn khắc phục lỗi CredSSP remote windows
4+
categories:
5+
- cloud-server
6+
description: Hướng dẫn khắc phục lỗi CredSSP khi remote windows
7+
type: Document
8+
---
9+
10+
Đối với <a href="https://nhanhoa.com/may-chu/may-chu-cloud-server.html" target="_blank">cloud-server</a> đang chạy hệ điều hành windows để người dùng có thể truy cập từ xa vào cloud-server để quản trị và thao tác đơn giản nhất ta có thể sử dụng `Remote Desktop` windows hỗ trợ sẵn. Tùy thuộc và hệ điều hành windows nào, đang chạy OS windows version nào trong quá trình remote có thể xảy ra lỗi không remote được do nhà phát triển cập nhật để tăng độ bảo mật cho hệ điều hành. Ở bài hướng dẫn này sẽ hướng dẫn bạn khắc phục lỗi `This could be due to CredSSP encryption oracle remediation` khi remote desktop.
11+
12+
![](/images/image-remote-desktop/Screenshot_489.png)
13+
14+
Để khắc phúc lỗi này đơn giản các bạn thêm các tham số trong `registry` của windows.
15+
16+
## 1. Truy cập và cấu hình registry windows
17+
18+
+ Bấm tổ hợp phím phím `Windows + R` và gõ vào `regedit` để mở registry.
19+
20+
![](/images/image-remote-desktop/Screenshot_490.png)
21+
22+
![](/images/image-remote-desktop/Screenshot_491.png)
23+
24+
## 2. Tạo CredSSP, key Parameters cho AllowEncryptionOracle
25+
26+
+ Truy cập theo đường dẫn `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System`.
27+
28+
![](/images/image-remote-desktop/Screenshot_492.png)
29+
30+
+ Tạo `CredSSP` nếu chưa được thiết lập.
31+
32+
`System` -> `New` -> `Key` đặt tên key là `CredSSP`
33+
34+
![](/images/image-remote-desktop/Screenshot_499.png)
35+
36+
![](/images/image-remote-desktop/Screenshot_493.png)
37+
38+
+ Trong `CredSSP` tạo key `Parameters` bên trong key `CredSSP`
39+
40+
`CredSSP` -> `New` -> `Key` đặt tên key là `Parameters`
41+
42+
![](/images/image-remote-desktop/Screenshot_500.png)
43+
44+
![](/images/image-remote-desktop/Screenshot_494.png)
45+
46+
+ Trong Parameters tạo `DWORD Value` và đặt tên là `AllowEncryptionOracle`
47+
48+
![](/images/image-remote-desktop/Screenshot_501.png)
49+
50+
![](/images/image-remote-desktop/Screenshot_495.png)
51+
52+
+ Chỉnh sửa `Value data` trong `AllowEncryptionOracle` là 2
53+
54+
`AllowEncryptionOracle` -> Chuột phải chọn `Modify`
55+
56+
![](/images/image-remote-desktop/Screenshot_502.png)
57+
58+
![](/images/image-remote-desktop/Screenshot_496.png)
59+
60+
## 3. Kiểm tra
61+
62+
Bạn thực hiện remote lại
63+
64+
Bấm tổ hợp phím phím `Windows + R` và gõ vào `mstsc` để mở trình remote desktop trên windows.
65+
66+
![](/images/image-remote-desktop/Screenshot_498.png)
67+
68+
Kết quả đã khắc phục được lỗi `CredSSP remote windows`.
69+
70+
---
71+
<a href="https://cloud365.vn/" target="_blank">cloud365.vn</a>
72+
73+
Khi cần hỗ trợ xin liên hệ với chúng tôi:
74+
75+
**Công ty phần mềm Nhân Hòa**
76+
- Trụ sở Hà Nội: 32 Võ Văn Dũng, Đống Đa, Hà Nội
77+
- Chi nhánh HCM: 270 Cao Thắng (nối dài), Phường 12,Quận 10, TP HCM
78+
- Hotline: `19006680`
27.1 KB
Loading
8.77 KB
Loading
9.65 KB
Loading
74.9 KB
Loading
44.3 KB
Loading
43.8 KB
Loading
46.3 KB
Loading
49.6 KB
Loading
565 KB
Loading
41.7 KB
Loading
31.3 KB
Loading
27.4 KB
Loading
12.9 KB
Loading

0 commit comments

Comments
 (0)