我正在使用适用于 Windows 10 的新 ssh 客户端,并且在尝试使用私钥连接时出现此错误:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions for 'MyPair.pem' are too open. It is required that your
private key files are NOT accessible by others. This private key will
be ignored. Load key "MyPair.pem": bad permissions ec2-user@192.0.2.0:
Permission denied (publickey).
Run Code Online (Sandbox Code Playgroud)
我知道如果我在 Linux 上,我需要运行chmod 600来设置文件权限,但是你在 Windows 10 上使用什么?
我的 Windows 7 机器上有许多扩展名为 .htm 的文件。当我右键单击这些文件时,我会看到一个选项菜单(打开/编辑/打印等)。编辑选项当前已映射到 Microsoft Word,我想将其映射到记事本。
我尝试右键单击文件并选择打开方式/选择默认程序,但这只能让我为打开菜单项设置程序,而不是为编辑菜单项设置程序。我也试过开始/默认程序/关联文件类型,但这也只能让我更改打开选项。
有任何想法吗?我确信我曾经能够在 Windows XP 中执行此操作。
我正在尝试设置 Windows 备份以将我的笔记本电脑备份到网络连接的存储驱动器。备份运行大约一个小时,然后失败并给出错误代码 0x8078015B。
当我检查 Windows 错误日志时,我找到了下面列出的条目。任何人知道如何解决这个问题?如果我必须一项一项地禁用服务,我可能需要数周时间才能找出导致问题的原因。
Log Name: Application
Source: Microsoft-Windows-Backup
Date: 15/10/2010 22:13:50
Event ID: 517
Task Category: None
Level: Error
Keywords:
User: SYSTEM
Computer: Laptop
Description:
The backup operation that started at '?2010?-?10?-?15T18:06:13.550844800Z' has failed with following error code '2155348315' (Windows Backup encountered an error when accessing the remote shared folder.). Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Backup" …Run Code Online (Sandbox Code Playgroud)