Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Cấu hình ssh truy cập bị từ chối

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Cấu hình ssh truy cập bị từ chối

    Em chào các anh chị trong diễn đàn ạ! Em muốn hỏi là vì sao mình cấu hình SSH rồi, mà một thời gian sau nó không cho vào, nó báo là "% Connection refused by remote host" vậy có câu lệnh nào để có thể truy cập không? mỗi lần như thế em vô router rồi tạo crypto key mới thì lại truy cập được?



    File cấu hình của router

    Current configuration : 1429 bytes
    !
    version 12.4
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    !
    hostname PARIS
    !
    boot-start-marker
    boot-end-marker
    !
    enable secret 5 $1$GN.y$6D6.2OQH3wtf7kahty0Kv0
    !
    no aaa new-model
    !
    resource policy
    !
    memory-size iomem 5
    no ip icmp rate-limit unreachable
    ip cef
    ip tcp synwait-time 5
    !
    no ip domain lookup
    ip domain name abc.com
    ip ssh time-out 100

    username paris password 0 router123
    !
    interface FastEthernet0/0
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface FastEthernet0/1
    no ip address
    shutdown
    duplex auto
    speed auto
    !
    interface Serial1/0
    ip address 192.168.2.2 255.255.255.252
    serial restart-delay 0
    clock rate 64000
    no dce-terminal-timing-enable
    !
    interface Serial1/1
    no ip address
    shutdown
    serial restart-delay 0
    no dce-terminal-timing-enable
    !
    interface Serial1/2
    no ip address
    shutdown
    serial restart-delay 0
    no dce-terminal-timing-enable
    !
    interface Serial1/3
    no ip address
    shutdown
    serial restart-delay 0
    no dce-terminal-timing-enable
    !
    no ip http server
    no ip http secure-server
    !
    no cdp log mismatch duplex
    !
    control-plane
    !
    line con 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line aux 0
    exec-timeout 0 0
    privilege level 15
    logging synchronous
    line vty 0 4
    exec-timeout 0 0
    login local
    transport input ssh
    !
    end



  • #2
    Bạn có truy cập được không hay nó báo "% Connection refused by remote host" và không cho truy cập?
    Phạm Thanh Đông Khê
    Email: dongkhe@vnpro.org
    Hãy share hoặc like nếu thông tin hữu ích!
    ---------------------------------------------------------------------------------------------------------------------------------------------------
    Trung Tâm Tin Học VnPro
    149/1D Ung Văn Khiêm, P.25, Q.Bình Thạnh, Tp.HCM
    Tel: (08) 35124257 (5 lines)
    Fax: (08) 35124314

    Home Page: http://www.vnpro.vn
    Forum: http://www.vnpro.org
    Twitter: https://twitter.com/VnVnpro
    LinkedIn: https://www.linkedin.com/in/VnPro
    - Chuyên đào tạo quản trị mạng và hạ tầng Internet
    - Phát hành sách chuyên môn
    - Tư vấn và tuyển dụng nhân sự IT
    - Tư vấn thiết kế và hỗ trợ kỹ thuật hệ thống mạng

    Videos: http://www.dancisco.com
    Blog: http://www.vnpro.org/blog
    FB: http://facebook.com/VnPro

    Comment


    • #3
      Em cấu hình lần đầu truy cập được, lát sau ví dụ tắt nguồn mở lại thì không thể truy cập được nữa. Em cũng đã quy định time-out rồi mà không hiểu sao nó lại không cho phép truy cập.Mỗi lần như thế (sau khởi động) em lại phải vô router rồi gõ lệnh tạo key mới, thì nó lại cho truy cập trong lúc ấy thôi.

      Comment


      • #4
        bạn thử exec-timeout 5 và session-timeout 5 xem

        Comment

        Working...
        X