無論是身處學校還是步入社會,大家都嘗試過寫作吧,借助寫作也可以提高我們的語言組織能力。寫范文的時候需要注意什么呢?有哪些格式需要注意呢?接下來小編就給大家介紹一下優(yōu)秀的范文該怎么寫,我們一起來看一看吧。
h3c交換機配置ip h3c交換機配置ssh登錄篇一
h3c交換機ssh怎么配置呢?下面yjbys小編為大家整理了關(guān)于h3c交換機ssh配置教程,希望對你有所幫助。
注:在用戶使用ssh登錄交換機時,交換機對所要登錄的用戶使用密碼對其進行身份驗證
生成rsa和dsa密鑰對
[h3c]public-key local create rsa
[h3c]public-key local create dsa
設(shè)置用戶接口上的認證模式為aaa,并讓用戶接口支持ssh協(xié)議
[h3c]user-interface vty 0 4
[h3c-ui-vty0-4]authentication-mode scheme
[h3c-ui-vty0-4]protocol inbound ssh
創(chuàng)建用戶luwenju-juzi,設(shè)置認證密碼為luwenju-!@# 登錄協(xié)議為ssh,能訪問的命令級別為3
[h3c]local-user luwenju-juzi
[h3c-luser-luwenju-juzi]password cipher luwenju-!@#
[h3c-luser-luwenju-juzi]service-type ssh level 3
指定用戶luwenju-juzi的認證方式為password
[h3c]ssh user luwenju-juzi authentication-type password
一個基本的ssh配置就結(jié)束了,配置完成后即可使用ssh登錄工具進行連接交換機
注:客戶端在使用ssh工具登錄交換機時,交換機同時使用密鑰和密碼對所要登錄的用戶實行身份驗證
生成rsa和dsa密鑰對
[h3c]public-key local create rsa
[h3c]public-key local create dsa
設(shè)置用戶接口上的`認證模式為aaa認證,并在接口上開啟ssh協(xié)議,并設(shè)置用戶能訪問的命令級別為3
[h3c]user-interface vty 0 4
[h3c-ui-vty0-4]authentication-mode scheme
[h3c-ui-vty0-4]protocol inbound ssh
[h3c-ui-vty0-4]user privilege level 3
創(chuàng)建用戶,并指定認證方式為公鑰認證,用戶名為luwenju-juzi,密碼為luwenju-!@#
[h3c]local-user luwenju-juzi
[h3c-luser-luwenju-juzi]password cipher luwenju-!@#
[h3c-luser-luwenju-juzi]service-type ssh level 3
[h3c]ssh user luwenju-juzi authentication-type password-publickey
客戶端生成公鑰和私鑰
生成公私鑰對,然后放到某個文件夾下,在此,,然后我們把公鑰文件luwenjukey上傳到ftp服務(wù)器,然后登錄交換機,將luwenjukey下載到交換機
ftp 202.106.0.20
[ftp]get luwenjukey
為用戶生成公鑰,在交換機上把文件luwenjukey中導(dǎo)入客戶端的公鑰,公鑰名為luwenju-juzikey 注:luwenju-juzikey是為用戶生成的公鑰
[h3c]public-key peer luwenju-juzikey import sshkey luwenjukey
為用戶luwenju-juzi指定公鑰luwenju-juzikey
[h3c]ssh user luwenju-juzi assign publickey luwenju-juzikey
然后打開ssh登錄工具,,然后輸入交換機的ip地址登錄即可
s("content_relate");【h3c交換機ssh配置教程】相關(guān)文章:
1.h3c交換機ssh配置方法2.h3c交換機配置telnet配置教程3.h3c交換機配置telnet實例教程4.h3c交換機配置靜態(tài)路由教程5.h3c交換機配置教程「圖文」6.h3c核心交換機配置7.h3c交換機配置命令8.h3c交換機配置