搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
Gausst松鼠会
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
【GitHub项目推荐--一款强大、简洁的视频下载利器】【转载】_hitomi_downloader_gui
2
jstat使用教程
3
【Stable Diffusion WebUI】一篇文章教你如何安装和使用Stable Diffusion WebUI_webui.sh
4
QT:对话框Dialog_qdialog设置名称
5
nisp一级错题
6
[MySQL]查询语句的应用 - 对教师表和学生表的查询应用_查询所有任课教师的姓名(tname)和所在系别(tdept)
7
华硕飞行堡垒56789原厂Windows10系统_华硕飞行堡垒7原厂系统
8
一文秒懂什么是DDoS攻击
9
Java安全(应付面试)
10
mysql性能优化(二) mysql ibdata1太大的解决办法_mysql ibdata1 大
当前位置:
article
> 正文
Windows 下 VSCode 使用 SSH 连接报 Bad owner or permissions on C:\\Users\\Administrator/.ssh/config 错误问题解决_bad owner or permissions on c:\\users\\80407/.ssh/
作者:Gausst松鼠会 | 2024-04-12 06:44:49
赞
踩
bad owner or permissions on c:\\users\\80407/.ssh/config
文章目录
一、VScode ssh 链接报错情况
二、解决方法
一、
VScode
ssh 链接报错情况
这个错误意味着:文件夹.
ssh
的权限不仅仅是windows 当前用户拥有或者当前用户权限不足,故修改权限即可。
二、解决方法
找到.ssh文件夹。它通常位于C:\Users,例如C:\Users\Akkuman;
右键单击.ssh文件夹,然后单击“属性”;
找到并点击“安全”标签;
然后单击“高级”。 单击“禁用继承”,单击“确定”。 将出现警告弹出窗口。单击“从此对象中删除所有继承的权限”;
你会注意到所有用户都将被删除。让我们添加所有者。在同一窗口中,单击“编辑”按钮;
接下来,单击“添加”以显示“选择用户或组”窗口;
单击“高级”,然后单击“立即查找”按钮。应显示用户结果列表。 选择您的用户帐户;
然后单击“确定”(大约三次)以关闭所有窗口;
完成所有操作后,再次关闭并打开VSCode 并尝试连接到远程SSH主机。
现在这个问题应该解决了!
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/409607
推荐阅读
article
iptables
防火墙
的
配置和基本
使用
_
iptables
-
config
...
一、
iptables
常见概念1、
iptables
概述netfilter/
iptables
:IP信息包过滤系统,它实际上由...
赞
踩
article
SSH
config
配置文件实现
免密
登陆
_
ssh
开启
免密
登录
config
...
SSH
最常用的
登陆
方法是
ssh
username@server -p port本文将通过~/.
ssh
/confg配置文...
赞
踩
article
ssh
配置
config
文件
,
实现
vscode
免密登陆_
vscode
ssh
config
...
在使用
ssh
连接服务器时
,
每一次用
vscode
连接服务器进行开发
,
都需要输入密码
,
相当鸡肋
,
对
config
的
配置
能够实现...
赞
踩
article
Hadoop
集群的启动脚本整理及守护线程源码_. $
hadoop
_
libexec
_
dir
/
hdfs
-...
在前三篇文章中,我们进行了HDFS的搭建,我们也使用start-dfs.
sh
脚本启动了集群环境,并且上传了一个文件到HD...
赞
踩
article
git
pull
时 配置适合自己的
合并
策略
git
config
pull
.
rebase
_
git
...
hint:
git
config
pull
.
rebase
false
# merge (the default stra...
赞
踩
article
git
pull
错误_
git
config
pull
.
rebase
true #
rebase
...
git
pull
出错_
git
config
pull
.
rebase
true #
rebase
git
config
pu...
赞
踩
article
git
教程:
git
config
pull
.
rebase
true
命令
的含义...
使用
rebase
来整合远程分支的好处是可以保持提交历史的线性,使得分支合并后的历史更加整洁和易于查看。但请注意,如果...
赞
踩
article
git
pull
问题
git
config
pull
.
rebase
false...
You can replace "
git
config
" with "
git
config
--global" to s...
赞
踩
article
g
it
push 报错 提示
pull
,
pull
失败_
hint
:
g
it
confi
g
pull
.re...
【代码】
g
it
push 报错 提示
pull
,
pull
失败。_
hint
:
g
it
confi
g
pull
.
rebase
...
赞
踩
article
git
config
pull
.
rebase
false_
git
config
pull
.rebas...
需要注意的是,如果在执行
git
pull
命令时指定了 --
rebase
选项,则 Git 会优先使用
rebase
...
赞
踩
article
git
pull
失败问题处理_
git
config
pull
.
ff
only
...
git
pull
失败_
git
config
pull
.
ff
only
git
config
pull
.
ff
only
...
赞
踩
article
git
修改远程分支名称,以及遇到的问题
git
config
pull
.
rebase
_
git
con...
1
git
branch -m 旧分支名 新分支名2
git
push --delete origin 旧分支名3 gi...
赞
踩
article
git
pull
報錯You can replace “
git
config
“
with
“
git
c...
git
-
pull
-default问题背景当使用
git
版本为 2.27.0 以上时,使用
git
pull
命令出现以下的...
赞
踩
article
Spring
Boot Jar包运行指定
配置文件
_
springboot
启动参数 --
config
....
springboot
_
springboot
启动参数 --
config
.
path
springboot
启动参数 --co...
赞
踩
article
Git&GitHub:安装及操作命令_
git
config
--
global
credential
....
命令:1项目级别/仓库级别:仅在当前本地库范围内有效
git
config
user.name tom_pro gi...
赞
踩
article
Git 学习_
git
config
--
global
...
..._
git
config
--
global
git
config
--
global
...
赞
踩
article
拒绝
office
全家桶!选择安装
office
软件_
d
:\
install
.exe /
config
ure...
被
office
全家桶弄的很烦,强烈推荐自定义的
office
软件安装!_
d
:\
install
.exe /
config
ure...
赞
踩
article
archlinux
修改
dconf
配置文件_~/.
config
/
dconf
/
user
...
本文参考自:http://askubuntu.com/questions/72070/how-do-i-change-d...
赞
踩
article
Linux
桌面
配置管理
_.
config
/
caja
...
一、Dconf、dconf-editor、gsettings
Linux
系统的
配置管理
相对比较分散,各个服务的配置风格各不...
赞
踩
article
dconf
配置
应用程序_~/.
config
/
dconf
/
user
这
配置
文件
是什么...
1、读取
配置
项的值,如:#
dconf
read /org/mate/panel/toplevels/top/size ...
赞
踩
相关标签
iptables防火墙
iptables防火墙的安装
iptables防火墙的基础使用方法
ssh
免密登陆
hadoop
npm
前端
git
github
jar
spring boot
java
Git
GItHub
学习
经验分享
其他
远程工作