oishtiah
Cisco Employee
Cisco Employee
Member since ‎04-07-2020
‎05-08-2024

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Helpful votes Given
  • 0 Helpful votes Received
Recent Badges
First Discussion
1 Reply

User Activity

here below the script, please advise    import getpassimport telnetlib HOST = "10.1.252.84"tn = telnetlib.Telnet(HOST)user = raw_input("Enter your remote account: ")password = getpass.getpass()tn = telnetlib.Telnet(HOST) tn.read ("login: ")tn.write(u...
Community Statistics
Member Since ‎04-07-2020 01:10 PM
Date Last Visited ‎05-08-2024 12:01 AM
Posts 4