DebugAH

How to Solve Your Programmer Error

Skip to content
  • Home
  • Linux
  • JAVA
  • Python
  • Javasript
  • MYSQL
  • Windows
  • Error

[Solved] SSH login appears Are you sure you want to continue connecting (yes/no)?

ssh login appears Are you sure you want to continue connecting (yes/no)?

1. You can use the parameters of ssh -o to set.
For example: ssh -o StrictHostKeyChecking=no [email protected]
2. Modify /etc/ssh/ssh_config and
change the # StrictHostKeyChecking ask to StrictHostKeyChecking no

The solution for slow login:
First use ssh [email protected] -vvv to see which step appears to be slow.
For example: debug1: Unspecified GSS failure. Minor code may provide more information
No credentials cache found

The above problems can be set through the ssh -o parameter. Use: -o GSSAPIAuthentication=no
For example: ssh -o GSSAPIAuthentication=no [email protected]

Similar Posts:

  • How to Solve Warning: Permanently added ‘ 192.168.1.230′(RSA) to the list of known hosts.
  • When laravel is uploaded to the server, whoops, looks like something went wrong appears
  • Qt qt.qpa.xcb: QXcbConnection: XCB error: 8 (BadMatch)…..
  • How to Solve Python Error : **kwargs and takes 1 positional argument but 2 were given
  • [Solved] SSH connect error: permission denied, please try again
  • [Solved] cookie loss when uploading components using the elementui framework El upload
  • ERROR StatusLogger No log4j2 configuration file found. Using default configuration
  • [Solved] PHP Fatal error: Class ‘mysqli’ not found in xxx
  • Solve the problem of “Please provide a valid cache path” in Laravel/Lumen
  • Java : Character decoding failed [How to Solve]

This entry was posted in Linux and tagged Are you sure you want to continue connecting (yes/no)?, ssh, SSH login on July 7, 2021 by Robins.

Post navigation

← Linux Error: apt-get 404 not found [How to Solve] How to Use Array.prototype.slice.call(arguments) →

Recent Posts

  • [Solved] The bean ‘sysDictService’ could not be injected because it is a JDK dynamic proxy
  • How to Use awk to Analyze Nginx Log
  • [Solved] Win-KeX/wsl2/kali Startup Error: A fatal error has occurred and VcXsrv will now exit.
  • [Solved] samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file
  • k8s Error: [ERROR FileAvailable–etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists
  • [Solved] NoSuchMethodError: org.springframework.boot.web.servlet.error.ErrorController.getErrorPath
  • [Solved] flink web ui Submit Task Error: Server Respoonse Message-Internal server error
  • Mysql Error: 1140 – In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column ‘a.store’; this is incompatible with sql_mode=only_full_group_by
  • [Solved] Mybatis multi-table query error: Column ‘id’ in field list is ambiguous
  • [Solved] fluentd Log Error: read timeout reached

Tags

  • )
  • android
  • android studio
  • CentOS
  • centos7
  • chrome
  • DebugAH
  • django
  • docker
  • eclipse
  • git
  • github
  • go
  • hadoop
  • Hive
  • IDEA
  • ios
  • java
  • jenkins
  • Linux
  • Mac
  • maven
  • MyBatis
  • mysql
  • nginx
  • No module named XXX error
  • npm
  • Oracle
  • php
  • pip
  • pycharm
  • Python
  • Python TypeError
  • redis
  • shell
  • spring
  • springBoot
  • ssh
  • SVN
  • tensorflow
  • tomcat
  • ubuntu
  • vue
  • Windows
  • Yum
Proudly powered by WordPress