window配置git的ssh登录
前言这篇文章主要介绍window系统如何配置ssh,让git去用ssh的方式进行登录。开发环境:window 尝试拉取代码拉取代码:git clone git@gitee.com:ou_yanting/test.git。 提示如下 12345678910Cloning into 'test'...The authenticity of host 'gitee.com (180.97.125.228)' can't be established.ECDSA key fingerprint is SHA256:FQGC9Kn/eye1W8icdBgrQp+KkGYoFgbVr17bmjey0Wc.Are you sure you want to continue connecting (yes/no)? yesWarning: Permanently added 'gitee.com,180.97.125.228' (ECDSA) to the list of known hosts.Permission...
阿里云服务器无法ssh
前言最近在阿里上买了台esc服务器,但是发现ssh连接不上开发环境:macOS服务器系统:Ubuntu ssh连接不上 ssh root@0.0.0.0后输入密码提示Permission denied, please try again.我不是修改了密码了吗?然后去官方远程连接你试了一下提示login incorrect什么情况❓❓❓❓ 后来发现,修改了密码需要重启服务器😓重启服务器就可以正常ssh上了