1. 程式人生 > >scp使用加密演算法報錯unknown cipher type

scp使用加密演算法報錯unknown cipher type

為了提高scp的傳輸速度指定了scp的加密演算法為arcfour

$ scp -c arcfour localFile [email protected]:remoteFile 得到報錯unknown cipher type

$ ssh -c [email protected] 得到報錯no matching cipher found

解決辦法:找到/etc/ssh/sshd_config,在檔案最後加入一行

Ciphers 3des-cbc,blowfish-cbc,cast128-cbc,arcfour,arcfour128,arcfour256,aes128-cbc,aes192-cbc,aes256-cbc,
[email protected]
,aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],[email protected]

相關推薦

scp使用加密演算法unknown cipher type

為了提高scp的傳輸速度指定了scp的加密演算法為arcfour $ scp -c arcfour localFile [email protected]:remoteFile 得到報錯unknown cipher type $ ssh -c [email

Vue入門之旅:一 Unknown ... make sure to provide the "name" option及error compiling template

ont methods rect return tex exactly gist () 編譯 報錯一: Unknown custom element: <custom-select> - did you register the component correc

centOS+jenkins發送郵件Unknown host name: [email protected]

socket response .com read apache stand abstract plugin ava Failed to send out e-mail java.net.UnknownHostException: [email protected] at java.

PowerShell 中使用 mvn 編譯 Unknown lifecycle phase ".test.skip=true". 解決辦法

mvn rsh prepare invoke must spa express powers clas nknown lifecycle phase “–Dmaven.test.skip=true”. You must specify a valid lifecycle

使用echarts-for-react 繪制折線圖 :`series.type should be specified `

reac inject clas mar amp 添加 str serve 顏色 解決辦法: 在動態獲取值的函數前面加 訪問器屬性 get ,去獲取對象的屬性 @inject(‘commonStore‘, ‘reportUIStore‘) @observer

java連線MySQL8.0 Unknown system variable 'query_cache_size'

  mysql版本8.0.11 java連線mysql 報錯 java.sql.SQLException: Unknown system variable 'query_cache_size' at com.mysql.cj.jdbc.exceptions.SQLError.c

引入spring-boot-starter-redis包 :unknown

   springboot整合redis時,引入spring-boot-starter-redis包報錯,maven找不到這個資源.如下圖: 我的專案中,spring boot是 用的2.0.4版本. spring-boot-starter-redis在spring

JDBC連線MySQLUnknown system variable 'query_cache_size'

詳情:https://blog.csdn.net/qq_21870555/article/details/80711187   本人在用maven搭建ssm框架時總時報錯Unknown system variable '????',後來查網說是mysql-connecter-jav

轉:web.xml檔案:cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'.

<?xml version="1.0" encoding="UTF-8"?> <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns

TensorFlow :unhashable type: 'numpy.ndarray' error 的可能

一般來說是sess.run裡的feed_dict字典內部出現了問題。feed_dict的引數一般存放的是佔位符placeholder,通過feed_dict將具體資料“喂”進placeholder。unhashable type: 'numpy.ndarray' error報了這樣的錯,極有可能是因

Jenkins執行seleniumunknown error: cannot find Chrome binary

 問題描述: 在Pycharm中執行selenium測試用例,可以正常執行, 整合在Jenkins中,構建時,發現構建成功,但是檢視Console Output,報錯:unknown error: cannot find Chrome binary 原因是找不到Chrome瀏覽器,缺少Ch

TensorFlow :unhashable type: 'numpy.ndarray' error

在TensorFlow執行計算圖的過程中,sess.run()那行可能會出現報錯 unhashable type: 'numpy.ndarray' error 大致意思為不可雜湊的型別 問題出現在feed_dict 裡面。、 解決方法 1:   在啟動sess並給plac

TensorFlow :unhashable type: 'numpy.ndarray' error 的可能

一般來說是sess.run裡的feed_dict字典內部出現了問題。feed_dict的引數一般存放的是佔位符placeholder,通過feed_dict將具體資料“喂”進placeholder。unhashable type: 'numpy.ndarray' error報

java連線MySQL8.0 Unknown system variable 'query_cache_size'

mysql版本8.0.11 java連線mysql 報錯 java.sql.SQLException: Unknown system variable 'query_cache_size' at com.mysql.cj.jdbc.exceptions.SQLErro

springDataSolrExpected mime type application/octet-stream but got text/html.

org.springframework.data.solr.UncategorizedSolrException: Expected mime type application/octet-stream but got text/html.  Caused by: org.a

OPENCV出現的SurfFeatureDetector演算法的原因

在OPENCV標頭檔案中需要包含:#include <opencv2/nonfree/features2d.hpp>#include<opencv2/legacy/legacy.hpp> 在連結

Error : Program type already present: android.support.design.widget.CoordinatorLayout$

方法一 support依賴版本改為27.1.1並新增一下配置 implementation 'com.android.support:appcompat-v7:27.1.1' configur

資訊:Type mismatch: cannot convert from org.hibernate.Transaction to javax.transaction.Transaction

原因: 要引用(import) hibernate中的 Transaction,而不是java.sql.Transaction,直接右鍵引用的時候,有兩個import,一個是java的,一個是hibernate的;資料庫方面的,要用hibernate的。

jira安裝 Unknown system variable 'default_storage_engine'

  公司要使用BUG管理系統,所以對比了一下,最後決定安裝jira。  安裝後要在網頁端,配置資料庫,本地資料庫是5.1的版本,一直有報錯Unknown system variable 'default_storage_engine',在往上查詢無果,my.ini設定也沒用。

java連線資料庫Unknown system variable 'tx_read_only'

        下午,新做一個spring + springmvc + mybatis 框架,解決掉各種jar包問題,結果一直報 Unknown system variable 'tx_read_only'  ,研究,