# Cisco Switch SSH Connect 因Cisco交換器ssh有特殊設置一般方法無法連線可參考以下設置 ## Windows使用者 推薦使用[putty](https://www.putty.org/) WSL或windows 10 openssh設定參考Linux設定 ## Android使用者 可安裝[JuiceSSH](https://play.google.com/store/apps/details?id=com.sonelli.juicessh&hl=zh_TW) ## Linux使用者 Cisco交換器無法直接用openssh客戶端連線 openssh可在```/etc/ssh/ssh_config```設定檔最底下加上以下設定即可使用 PS:記得加sudo ```bash= KexAlgorithms +diffie-hellman-group1-sha1 Ciphers +aes256-cbc ```