Advertisement
Guest User

Untitled

a guest
May 16th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. neil@nj-ubuntu:~$ juju ssh etcd/0
  2. Warning: Permanently added '54.172.153.97' (ECDSA) to the list of known hosts.
  3. Welcome to Ubuntu 16.04 LTS (GNU/Linux 4.4.0-21-generic x86_64)
  4.  
  5. * Documentation: https://help.ubuntu.com/
  6.  
  7. Get cloud support with Ubuntu Advantage Cloud Guest:
  8. http://www.ubuntu.com/business/services/cloud
  9.  
  10. 0 packages can be updated.
  11. 0 updates are security updates.
  12.  
  13.  
  14. *** System restart required ***
  15.  
  16. The programs included with the Ubuntu system are free software;
  17. the exact distribution terms for each program are described in the
  18. individual files in /usr/share/doc/*/copyright.
  19.  
  20. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
  21. applicable law.
  22.  
  23. To run a command as administrator (user "root"), use "sudo <command>".
  24. See "man sudo_root" for details.
  25.  
  26. ubuntu@ip-172-31-56-224:~$ sudo ss -tnlp
  27. State Recv-Q Send-Q Local Address:Port Peer Address:Port
  28. LISTEN 0 128 *:22 *:* users:(("sshd",pid=1025,fd=3))
  29. LISTEN 0 128 172.31.56.224:7001 *:* users:(("etcd",pid=21935,fd=5))
  30. LISTEN 0 128 172.31.56.224:4001 *:* users:(("etcd",pid=21935,fd=7))
  31. LISTEN 0 128 127.0.0.1:4001 *:* users:(("etcd",pid=21935,fd=6))
  32. LISTEN 0 128 :::22 :::* users:(("sshd",pid=1025,fd=4))
  33. ubuntu@ip-172-31-56-224:~$ curl http://172.31.56.224:4001/version
  34. {"etcdserver":"2.2.5","etcdcluster":"2.2.0"}ubuntu@ip-172-31-56-224:~$
  35. ubuntu@ip-172-31-56-224:~$ curl https://172.31.56.224:4001/version
  36. curl: (35) gnutls_handshake() failed: An unexpected TLS packet was received.
  37. ubuntu@ip-172-31-56-224:~$ etcdctl ls /
  38. ubuntu@ip-172-31-56-224:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement