Bad configuration option remotecommand. bug Something isn't working.
Bad configuration option remotecommand Follow answered May 24, 2018 at 13:55. I forgot my SSH key password and when I entered it 3 times I ended deleting the SSH key that I had and created a new one and linked it together $ git pull /etc/ ssh /ssh_config: line 56: Bad configuration option: usedns /etc/ ssh /ssh_config: terminating, 1 bad configuration options fatal: Could not read from remote repository. You switched accounts on another tab or window. 2 that option is gitでssh接続する際にBad configuration option: usekeychainやterminating, 1 bad configuration optionsとエラーが出たときの解決方法 Git Last updated at 2020-05-25 Posted at 2020-05-25 scp运行程序的副本ssh以创建通信通道,并使用以下选项运行 ssh:-oForwardAgent=no -oPermitLocalCommand=no -oClearAllForwardings=yes 所以这首先解释了“PermitLocalCommand”选项的来源。我将添加它sftp使用相同的选项来运行 ssh,因此它可能会显示相同的行为。 “PermitLocalCommand”通常是一个有效的 ssh 配置选项。 管理Git生成多个ssh key及报错Bad configuration option解决方法-2018-10-06 1. 生成key的命令ssh-keygen -t rsa -C “Your Email Address” -f 'Your Name',-f后面给的生成key的名字,如果没有指定新的名字,那么每次ssh-keygen生成的名字相同,就会发生覆盖同名文件的情况的发生。 网络上对此的一个方案是创建一个文件 ". It should be. However, through 8. Without verbose logging, the command failed with "fatal: Could not read from remote repository/Please make sure you have the correct access rights" which looks like a permissions issue and started a bit of a wild goose Stack Exchange Network. kind/bug Categorizes issue or PR as related to a bug. 2: OpenSSH 7. HOST AND PATTERN 近期发现 openssh 漏洞,于是升级openssh,通过源码编译安装的方式,一切都很顺利,但是在重启sshd服务时,就提示Bad configuration option: GSSAPIKexAlgorithms. If you do not want to (or cannot) modify your SSH configuration file, you can also pass this option when connecting on the command line: command-line: line 0: Bad configuration option: proxyjump I checked the scp manual (man scp). VSCode Version: 1. So now you can have. 多git账号配置后报错Bad configuration option. ssh/config: line 2: Bad configuration option: include. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. In Remove the usekeychain option from your config file and try again. bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers info-needed Issue requires more information from poster. The difference is that the sshd_config file controls the SSH server ("d" in "sshd" is from "daemon") and the ssh_config file controls the client. ssh scp提示Bad configuration option: GSSAPIKexAlgorithms. 2. ssh/config. "PermitLocalCommand" is normally a valid ssh configuration option. Now, git can't pull anything to the ma Linux系统的ECS实例中,启动SSH服务时提示“Bad configuration options”错误怎么办?,云服务器 ECS:本文介绍在Linux系统的ECS实例中,启动SSH服务时提示“Bad configuration options”错误的错误原因和解决方案。 在Linux系统的ECS实例启动SSH服务,命令行或secure日志中可能会出现类似如下信息。 scp -r /xx/xx root@xxx. 5发行说明 All the errors similar I have found have been for Mac and have some way of opening a configuration file, but from the description it Skip to main content terminating, 1 bad configuration options fatal: Could not read from remote repository. There is no option to achieve that in ssh_config. Closed yokawasa opened this issue Aug 14, 2022 · 1 comment · Fixed by #19. sh, you break SCP/SFTP. com HostkeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa 这个方法对于我却没有效果, 反而还会出现上面那个错误 Bad configuration option: pubkeyacceptedalgorithms. gitconfig) (I will assume here that the system git config file is So i got the solution,I completely messed up the ssh_config and sshd_config files Man pages for sshd_config (the server-side config, which includes the AcceptEnv, AuthorizedKeysFile, Subsystem, and UsePAM keywords) vs ssh_config (the client-side config, which doesn't have any of those -- although it does have some related ones, like SendEnv, ssh - Bad configuration option: KeyAlgorithms [closed] Ask Question Asked 8 years, 7 months ago. 右键单击. 5和更高版本中得到支持。. 3 ` you want to reach HostC via Host B, just use ` Host podman machine ssh bad configuration option on Windows #22634. If I comment Identityfile line and run same command, I get this: You signed in with another tab or window. xx but an error message occured C:\\Users\\jjid/. It is the git config (which somehow got copied over the ~/. I installed OpenSSH. 2 Release Notes. pl line 33. 173. GitHub SSH Config: "Bad configuration option: IdentifyFile" [closed] Ask Question Asked 11 years, 11 months ago. ssh/config" , 并在文件中写入. Setting it to none clears the RemoteCommand parameter. ssh/config one. 0. xxx:/xxx #报错如下 command-line: line 0: Bad configuration option: PermitLocalCommand lost connection command-line: line 0: Bad configuration option: PermitLocalCommand. I found a solution at: https://vsys. 5 64 位操作系统中进行过测试。其它类型及版本操作系统配置可能有所差异,具体情况请参阅相应操作系统官方文档。 this is an option from ssh_config (note there is no d) man ssh_config StrictHostKeyChecking If this flag is set to yes, ssh(1) will never automatically add host keys to the ~/. The closest to it is setting up a bash alias or In the cmd prompt I tried to connect to my server via ssh with following command: ssh ubuntu@xx. www-1 The above command tells ssh to print its configuration after evaluating Host and Match blocks and exit for a host named ls. 1, protocol versions 1. tonidy changed the title Bad configuration option: 'identityfile when colima ssh Bad configuration option: 'identityfile when colima ssh on macOS M1 Jun 23, 2022 Copy link Owner 不知道为啥会出现这样的情形,最近这段时间登录都是正常的,不知道哪里抽风了,就提示这个。错误信息 kex_exchange_identification: Connection closed by remote host 出现在尝试使用 SSH 连接到远程服务器过程中,表明在密钥交换阶段的一开始,远程主机就关闭了连接。服务器的sshd_config文件中配置错误,可能 Welcome to Server Fault! Please when posting console output / settings format it as "code" using Markdown and/or the formatting options in the edit menu to properly type-set your posts. When you paste the same config file in from the documentation, it uses character 240 instead of a normal space. 在使用vscode连接ssh远程服务器时出现 出现这个问题,是因为. xxxxxx. So that explains where the "PermitLocalCommand" option is coming from in the first place. Arguments to RemoteCommand accept the tokens described in the TOKENS section. Reload to refresh your session. ssh/config ls. ssh文件夹,然后单击“属性”,选择“安全” 3. 20 $ ssh -G -F ~/. The command string extends to the end of the line, and is executed with the user's shell. Labels. When I first tried to ssh in, I would get the error 自己创建git服务器,也不是第一次。但是很少,结果又出错了。 . 6, there is an option called RemoteCommand. Assignees. bug Something isn't working. host/how-to/how-to-use-the-ssh-config-file. Therefore, it would indeed be a bad (invalid) config option in the client settings /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 "Bad configuration option: KexAlgorithms" Ask Question Asked 4 years, 10 months ago. ssh T /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 Stack Exchange Network. 升级的另一种方法是使用旧名称PubkeyAcceptedKeyTypes,因为它只是从V8. Host localhost KexAlgorithms +diffie-hellman-group1-sha1 The answer by @bk2204 is incorrect. 刚发现此问题时,还以为是sshd服务问题,将sshd重启后,问题依旧,查了些资料,说是sshd的配置文件问题,从其它server上拷贝文件,重启sshd服务,问题依旧,纠结。 Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Visit the blog RemoteCommand. Modified 8 years, 7 months ago. You create some placeholder config for your diffe command , example : SSH版本太低了。PubKeyAcceptedAlgorithms选项在OpenSSH版本8. 管理Git生成多个ssh key. 7 ssh-rsa is allowed for hostkey and pubkey by default so you don't need to add it back -- unless you're reusing the Yesterday our team member changed two lines in the ssh_config file because it was impossible to get up to go to the bathroom without the ssh tunnel breaking. 1. I didn't manage to find a list of all ssh_config directives supported by VSCode. ssh/config: line 2: Bad configuration option: host:106. ssh权限不够。 解决办法如下: 1. 42; Local OS Version: Windows 10; Remote OS Version: RHEL; Connection Type: SSH; Steps to Reproduce: In the server, add AcceptEnv GIT_AUTHOR_NAME in /etc/ssh/sshd_config 原因: IdentifyFile配置项单词写错了,应该是IdentityFile,正确的是File前是ty,不是fy,容易写错连个单词相近,一个是动词,一个是名词,我们这里 要名词n:Identity 不是它动词vt:Identiy 参考:Github SSH配置怕 How to solve (command-line: line 0: Bad configuration option: ControlPersist) WHM transfer tool / Linux, SSH / February 4, 2017 / cli, cpanel, SSH, transfertool, whm In Bitbucket 7. Option 2 . 6. 最新推荐文章于 2025-02-16 20:36:55 发布 ~/. Modified 3 years, 3 months ago. Also use copy-paste and avoid posting screenshots of text. Modified 4 years, 9 months ago. 9 an option AddKeysToAgent was added to the ssh wrapper script. 使用ssh登录远程服务器,遇到如下问题: $ ssh root@47. 1 - HostB = 10. Aetylus opened this issue May 7, 2024 · 4 comments Labels. g. 5/2. ssh/config file and typo'd the word 'IdentityFile' in one host config. put it at the top of the file. Since OpenSSH 7. you check host key when you connect, not If I'm reading the question correctly the problem is on a remote server so the -F option won't help. To fix, delete the leading spaces before each indented line and replace with normal spaces. Visit Stack Exchange Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company $ ssh -F {~/path/to/ssh_config} -G {host_or_ip_here} $ ssh -G 192. Closed Bad configuration option: pubkeyacceptedalgorithms #18. catteneo opened this issue Nov 10, 2021 · 7 comments Labels. Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. It is not possible. It can be used to override the corresponding directive in ssh_config. 5. www-1 and use the config file named ~/. If you do not want to perform the preceding operations to resolve the issue, you can perform the following steps to re-install the SSH service: /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 It’s not necessary to make additional configuration for the SSH key. 注意:本文相关配置及说明已在 CentOS 6. ssh/known_hosts. You need to evaluate SSH_ORIGINAL_COMMAND variable to detect that the client wants to use SFTP/SCP and allow that. Improve this answer. ssh/config: line 4: Bad According to the release notes SSH recognises the RemoteCommand directive since version 7. • As soon as it powers on, repeatedly press F8 or Shift + F8 to enter the Advanced Boot Options menu. PermitRootLogin is actually an option which would be valid in the /etc/ssh/sshd_config file; not the ssh_config file. ssh文件夹。它通常位于C:\Users 2. 7. 刚发现此问题时,还以为是sshd服务问题,将sshd重启后,问题依旧,查了些资料,说是sshd的配置文件问题,从其它server上拷贝文件,重启sshd服务,问题依旧,纠结。 Option 1 ) You can the option Match ( see man ssh_config) Match Host example. 5 up; before that (back to 7. Comments. 35 . xxx. git/config) or the global one: git config --global -l (in your homedir: ~/. 168. Please make sure you have the correct access rights and the repository exists. Host git. 鸿蒙系统提供了各种各样的UI绘制组件,如Image、Text、Divider、Video、Button、Checkbox等等。但在实际开发中,预设的组件并不能满足我们自定义UI的诉求,这时候就要用到自定义图形绘制了,下面一起看一下有哪些图形绘制组件。 附~/. ssh/config file, for the host where you want to execute a command, add RequestTTY yes RemoteCommand <some command> where <some One option would be to make a symlink alias to the ssh command: ln -s /usr/bin/ssh $HOME/bin/ssht To make life easier, make sure $HOME/bin is in your $PATH. 2 - HostC = 10. So either ProxyJump or ProxyCommand should work; also, let's says that: ` - HostA = 10. com exec "test $_ = /usr/bin/ssh" RemoteCommand tmux a; or tmux RequestTTY yes This will only differentiate difference between ssh & sftp . Joshua Huber Joshua Huber. . 最新推荐文章于 2024-10-16 18:47:07 发布 51CTO博客已为您找到关于command-line: line 0: Bad configuration option: GSSAPIKexAlgorithms的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及command-line: line 0: Bad configuration option: GSSAPIKexAlgorithms问答内容。更多command-line: line 0: Bad configuration option: GSSAPIKexAlgorithms相关解答可以来51CTO博客参与分 Troubleshot an issue where platform get PROJ was failing, and -vvv showed /home/me/. 8 ProxyCommand ssh user_on_B@B nc %h %p 2> /dev /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 根据报错信息修改配置文件 上传文件 Hello, I'm new to GitHub so I'm in need of some help. 1, but the option you ask for only exists in 8. Please Mount: wrong fs type, bad option, bad superblock missing codepage or other error: twaddlac: Linux - Virtualization and Cloud: 3: 09-29-2010 10:24 AM: Mount: wrong fs type, bad option, bad superblock missing codepage or other error: twaddlac: Red Hat: 4: 09-28-2010 05:45 AM: ERROR AT MOUNTING USB :mount: wrong fs type, bad option, bad superblock 网站搜索这个故障,大部分经验都是告知要安装 scp,然后给出一个 yum 在线安装 scp 的命令。 还继续报找不到命令,我们就只能从 scp 的执行过程来分析了,因此就借助到了 scp 的 debug 参数(-v),很清楚的看到了整个执行过程,从而得知真正的原因是对方主机没有安装 scp,而且还可以清楚的看到 scp SSH bad configuration option: usekeychain. 235 -vv 可以用rpm -qa|grep ssh查看,_command-line: line 0: bad configuration option: gssapikexalgorithms. My scp command dosn't have ProxyJump option, but has through the jump server, you can reduce your typing by creating an entry in your client-side ~/. It looks as if the errors are on the client side, so just delete the offending lines and move on. Visit Stack Exchange /etc/ssh/ssh_config: line 58: Bad configuration option: subsystem Unsupported Match attribute Group /etc/ssh/ssh_config line 60: Bad Match condition lost connection Can someone please help me on this to resolve the issue. All of your errors appear to be for lines in /etc/ssh/ssh_config which should answer roughly 50% of your question: nothing in/etc/ssh/sshd_config is relevant. As you unconditionally force console. command-line: line 0: Bad configuration option: ServerAliveInterval Unable to connect to remote host: unable to establish master SSH connection: bad password or master process exited unexpectedly at t1. If you have made modifications in your SSH key, you can generate a new one to replace the current one: AUTOMATING SSH CONFIGURATIONS SCRIPTING FOR CONFIGURATION MANAGEMENT Automation through scripting is invaluable for maintaining up-to-date SSH config files, minimizing manual intervention and reducing the risk of errors. xx. ssh/config: Host C User dest_user1 Hostname 5. Thanks in advance. /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 根据报错信息修改配置文件 上传文件 版权声明: 本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。 具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。 如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行 版权声明: 本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。 具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。 如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行 为什么SSH 服务时出现如下错误:Bad configuration options. ssh/ full path from windows would look like \\wsl$\Ubuntu\home\zac\. Here is what I see: Run the following command to restart the SSH service: service sshd start; Re-install the SSH service. ssh/config: terminating, 1 bad configuration options fatal: Could not read from remote repository. You signed out in another tab or window. 找到. I'd recently edited the ~/. Hence, you can use ssh -o RemoteCommand=none (or, I'd like to set ssh_config so after just typing ssh my_hostname. I’m merging my ssh client configuration so that it can be shared between my laptops and desktop. Fixed the typo and I'm back to connecting. lost connection. Test your local key with the following command: ssh -T git@github. 单击“高级”。 单击 Compare the man pages for sshd_config (the server-side config, which includes the AcceptEnv, AuthorizedKeysFile, Subsystem, and UsePAM keywords) vs ssh_config (the client-side config, which doesn't have any of those -- although it does have some related ones, like SendEnv, SetEnv, and SessionType ). Host * IgnoreUnknown UseKeychain before the first host that uses the the option, e. 4k次,点赞6次,收藏10次。在尝试新装系统后登录Git服务器并克隆仓库时遇到错误,错误信息提示'Bad configuration option: permitrootlogin'。解决方法是打开客户端的ssh_config文件,发现'PermitRootLogin yes'配置放错了位置,它应属于sshd_config(服务器端 Stack Exchange Network. 6, ssh has a RemoteCommand command line option. When using a hardware token such as a YubiKey, you use the public key in place of the private key to tell OpenSSH to use the key for authentication. The benefit is obvious: only one place where new hostname entries and SSH options need to be added! But there’s also an issue: Linux and macOS implementations of OpenSSH are different, and not every /etc/ssh/ssh_config: terminating, 1 bad configuration options¶ 问题复现¶. yokawasa opened this issue Aug 14, 2022 · 1 comment · Fixed by #19. 生成两个key. If the server hosting the Mirror is running OpenSSH < 7. How can I fix this? Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company If you have multiple Host configs that use the UseKeychain option, make sure to put. Closed catteneo opened this issue Nov 10, 2021 · 7 comments Closed Bad configuration option: pubkeyacceptedalgorithms #5851. Scripts can be designed to dynamically add new hosts or update configurations, ensuring a streamlined and current SSH 文章浏览阅读8. It is not currently accepting answers. 0) it was PubkeyAcceptedKeyTypes (case-insensitive) instead. • Select Safe Mode: • If you see the menu, choose Safe Mode or Safe Mode with Networking. 235 -vv When you use SCP or SFTP protocol, the SSH server must execute SCP/SFTP server application. 首先查看/etc/ssh/ Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company The configuration content file in question is not the ~/. Viewed 3k times 0 . This question is not reproducible or was caused by typos. 240. ssh/config: line 24: Bad 当Linux ECS实例的SSH服务启动时遇到配置错误,如'/etc/ssh/sshd_config:line2:Bad configuration options',可按照以下步骤解决:1) 根据错误信息 This serverfault question 表示,该错误可能是由于有人在您的系统上安装了恶意软件版本的 ssh (即rootkit)。 This forum thread 还表示,该问题是由于更改了 ssh 版本造成的, You cold solve this in your . ssh/config) : either the local one: git config --local -l (in your repo . It must check the entire file before attempting to connect to any host. machine remote Problem is in podman-remote windows issue . If you want to execute your script only with plain SSH terminal connection, but /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 根据报错信息修改配置文件 上传文件 Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand; OverflowAI GenAI features for Teams; OverflowAPI Train & fine-tune LLMs; Labs The future of collective knowledge sharing; About the company Bad configuration option: pubkeyacceptedalgorithms #18. ssh/config: line 8: Bad configuration option: Identityfile ~/. Boot into Safe Mode: • Restart Your PC: • Press and hold the power button to turn off your computer, then turn it back on. JacksonKearl opened this issue Feb 3, 2020 · 3 comments Assignees. Closed. Using this, however, throws the following error:. ssh/config文件例子# u_bad configuration option: preferrdeauthentications. I'm using the following version of the SSH client: $ ssh -V SSH Version Sun_SSH_1. I'll add that sftp uses the same options to run ssh, so it'll probably display the same behavior. 5中重命名。链接到8. Starting in OpenSSH 7. If didnt work Ill start with the config to generate a new key and do all the setup with the following guide : I had this same issue - couldn't ssh to any host at all. Try adding to your config file: RemoteCommand cat When using this, I also like to also include: LogLevel DEBUG Share. command-line: line 0: Bad configuration option: PermitLocalCommand. 261 3 3 silver my command is different, I'm using ProxyCommand which seems like the old way to do it; you show you want to use ProxyJump although you have JumpProxy (which is wrong). 10. Specifies a command to execute on the remote machine after successfully connecting to the server. It looks you're using the Windows port of OpenSSH; what version? On my up-to-date Win 10 it's 8. 解决 I am using VSCode with WSL on Windows 10. Oh I see, Well probably you will need to change the permmisions on the SSH key, what I would suggest would be the following : 1 . I set up SSH keys with my remote server and they are stored for that WSL user ~/. That option was added to OpenSSH only in version OpenSSH 7. Viewed 64k times 117 . info-needed Issue requires more information from poster ssh Issue in vscode-remote SSH. git; ssh; git-bash /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 /etc/ssh/sshd_config: line 2: Bad configuration options:\ /etc/ssh/sshd_config: terminating, 1 bad configuration options 问题原因 配置文件存在文件编码、配置错误等异常,导致服务启动失败。 解决方案 解决该问题,请参阅如下步骤进行排查和修复。 根据报错信息修改配置文件 上传文件 To be honest, I don't know if this is really a bug, or the feature request. RemoteCommand cd /tmp && bash In Bitbucket 7. Viewed 25k times You put there different option in the configuration, than on the command line. Bad configuration option: pubkeyacceptedalgorithms #5851. I am trying to ssh into a remote server for my university on a Windows 10 computer. 2 that option is /etc/ssh/ssh_config: terminating, 1 bad configuration options¶ 问题复现¶. com. You'll need a non-ssh way of getting to it. Visit Stack Exchange Bad configuration option: usekeychain #2284. wdpmfnmuqyqeltpcsxxkvasfhdlkkvjpztxqjcuhifqdaoxfnbswtusnehriytnenvnaejdt