Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1.  
  2.  
  3. Last login: Mon Jan 2 22:34:03 on ttys003
  4. USERNAMEs-box:~ USERNAME$ nano ~/.ssh/config
  5. USERNAMEs-box:~ USERNAME$ ssh USERNAME@serveraddress.com
  6. USERNAME@serveraddress.com's password:
  7. Welcome to Ubuntu 15.04 (GNU/Linux 3.14.32-xxxx-grs-ipv6-64 x86_64)
  8.  
  9. * Documentation: https://help.ubuntu.com/
  10. Ubuntu 15.04
  11.  
  12. server : 90704
  13. ip : xxx.xxx.xxx.xxx
  14. hostname : HOSTNAME
  15.  
  16.  
  17. System information as of Tue Jan 3 07:06:42 CET 2017
  18.  
  19. System load: 0.1 IP address for as0t4: 172.27.228.1
  20. Usage of /home: 60.0% of 1.77TB IP address for as0t5: 172.27.229.1
  21. Memory usage: 6% IP address for as0t6: 172.27.230.1
  22. Swap usage: 0% IP address for as0t7: 172.27.231.1
  23. Processes: 212 IP address for as0t8: 172.27.232.1
  24. Users logged in: 1 IP address for as0t9: 172.27.233.1
  25. IP address for eth0: xxx.xxx.xxx.xxx IP address for as0t10: 172.27.234.1
  26. IP address for tun0: 10.8.0.1 IP address for as0t11: 172.27.235.1
  27. IP address for as0t0: 172.27.224.1 IP address for as0t12: 172.27.236.1
  28. IP address for as0t1: 172.27.225.1 IP address for as0t13: 172.27.237.1
  29. IP address for as0t2: 172.27.226.1 IP address for as0t14: 172.27.238.1
  30. IP address for as0t3: 172.27.227.1 IP address for as0t15: 172.27.239.1
  31.  
  32. Graph this data and manage this system at:
  33. https://landscape.canonical.com/
  34.  
  35. Your Ubuntu release is not supported anymore.
  36. For upgrade information, please visit:
  37. http://www.ubuntu.com/releaseendoflife
  38.  
  39. New release '15.10' available.
  40. Run 'do-release-upgrade' to upgrade to it.
  41.  
  42. Ubuntu 15.04
  43. Linux HOSTNAME 3.14.32-xxxx-grs-ipv6-64 #5 SMP Wed Sep 9 17:24:34 CEST 2015 x86_64 x86_64 x86_64 GNU/Linux
  44.  
  45. server : 90704
  46. ip : xxx.xxx.xxx.xxx
  47. hostname : HOSTNAME
  48.  
  49. Last login: Tue Jan 3 06:56:46 2017 from CURRENTHOMEIPADDRESS
  50. USERNAME@ns37101:~$ sudo nano /etc/apache2/sites-enabled/default-ssl.conf
  51. [sudo] password for USERNAME:
  52. USERNAME@ns37101:~$ sudo nano /etc/apache2/sites-enabled/default-ssl.conf
  53.  
  54. GNU nano 2.2.6 File: /etc/apache2/sites-enabled/default-ssl.conf
  55.  
  56. # mod_ssl sends the close notify alert.
  57. # o ssl-accurate-shutdown:
  58. # This forces an accurate shutdown when the connection i$
  59. # SSL close notify alert is send and mod_ssl waits for t$
  60. # alert of the client. This is 100% SSL/TLS standard com$
  61. # practice often causes hanging connections with brain-d$
  62. # this only for browsers where you know that their SSL i$
  63. # works correctly.
  64. # Notice: Most problems of broken clients are also related to$
  65. # keep-alive facility, so you usually additionally want to di$
  66. # keep-alive for those clients, too. Use variable "nokeepaliv$
  67. # Similarly, one has to force some clients to use HTTP/1.0 to$
  68. # their broken HTTP/1.1 implementation. Use variables "downgr$
  69. # "force-response-1.0" for this.
  70. BrowserMatch "MSIE [2-6]" \
  71. nokeepalive ssl-unclean-shutdown \
  72. downgrade-1.0 force-response-1.0
  73. # MSIE 7 and newer should be able to use keepalive
  74. BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
  75.  
  76. </VirtualHost>
  77. </IfModule>
  78.  
  79. # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement