Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. christopher@HAL:~$ sudo openconnect -s /etc/vpnc/vpnc-script https://secureconnect.some_university.edu
  2. [sudo] password for christopher:
  3. POST https://secureconnect.some_university.edu/
  4. Attempting to connect to server xx.xx.xx.xx:443
  5. SSL negotiation with secureconnect.some_university.edu
  6. Connected to HTTPS on secureconnect.some_university.edu
  7. Got HTTP response: HTTP/1.0 302 Object Moved
  8. GET https://secureconnect.some_university.edu/
  9. Attempting to connect to server xx.xx.xx.xx:443
  10. SSL negotiation with secureconnect.some_university.edu
  11. Connected to HTTPS on secureconnect.some_university.edu
  12. Got HTTP response: HTTP/1.0 302 Object Moved
  13. GET https://secureconnect.some_university.edu/+webvpn+/index.html
  14. SSL negotiation with secureconnect.some_university.edu
  15. Connected to HTTPS on secureconnect.some_university.edu
  16. Please enter your username and password.
  17. GROUP: [xxxxx]:xxxxx <-- leaving name out
  18. Please enter your username and password.
  19. Username:<my_username>
  20. Password:xxxxxxxxx
  21. POST https://secureconnect.some_university.edu/+webvpn+/index.html
  22. Got CONNECT response: HTTP/1.1 200 OK
  23. CSTP connected. DPD 30, Keepalive 20
  24. /bin/sh: 1: /etc/vpnc/vpnc-script: not found
  25. Script '/etc/vpnc/vpnc-script' returned error 127
  26. /bin/sh: 1: /etc/vpnc/vpnc-script: not found
  27. Script '/etc/vpnc/vpnc-script' returned error 127
  28. Connected tun0 as 192.168.30.106, using SSL
  29. Established DTLS connection (using GnuTLS). Ciphersuite (DTLS0.9)-(RSA)-(AES-256-CBC)-(SHA1).
  30.  
  31. christopher@HAL:~$ ssh -v xxxxxxx.some_university.edu
  32. OpenSSH_7.2p2 Ubuntu-4ubuntu2.1, OpenSSL 1.0.2g 1 Mar 2016
  33. debug1: Reading configuration data /etc/ssh/ssh_config
  34. debug1: /etc/ssh/ssh_config line 19: Applying options for uisacad.uis.edu
  35. debug1: Connecting to uisacad.uis.edu [xxx.xxx.xxx.xxx] port 22.
  36. debug1: connect to address xxx.xxx.xxx.xxx port 22: Connection timed out
  37. ssh: connect to host uisacad.some_university.edu port 22: Connection timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement