Ubuntu Pastebin

Paste from juju ssh 0 at Fri, 1 Apr 2016 15:16:38 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
toor@maas:~$ juju --debug ssh 0 -vvv
2016-04-01 15:14:57 INFO juju.cmd supercommand.go:60 running juju [2.0-beta3 gc go1.5.1]
2016-04-01 15:14:57 INFO juju.api api.go:213 connecting to API addresses: [10.101.103.1:17070]
2016-04-01 15:14:57 INFO juju.api apiclient.go:492 dialing "wss://10.101.103.1:17070/model/e02ac1f1-162b-4cf0-835a-1b7c6e2205e0/api"
2016-04-01 15:14:57 INFO juju.api apiclient.go:269 connection established to "wss://10.101.103.1:17070/model/e02ac1f1-162b-4cf0-835a-1b7c6e2205e0/api"
2016-04-01 15:14:57 DEBUG juju.api api.go:361 API hostnames unchanged - not resolving
2016-04-01 15:14:57 DEBUG juju.api api.go:147 failed to connect via bootstrap config: aborted
2016-04-01 15:14:57 DEBUG juju.cmd.juju.commands ssh.go:183 proxy-ssh is true
2016-04-01 15:14:57 DEBUG juju.utils.ssh ssh.go:249 using OpenSSH ssh client
OpenSSH_6.9p1 Ubuntu-2, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Executing proxy command: exec /usr/bin/juju ssh --proxy=false --pty=false 10.101.103.1 nc 10.101.103.3 22
debug1: permanently_drop_suid: 1000
debug1: identity file /home/toor/.local/share/juju/ssh/juju_id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /home/toor/.local/share/juju/ssh/juju_id_rsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.9p1 Ubuntu-2
Warning: Permanently added '10.101.103.1' (ECDSA) to the list of known hosts.

###########
It hangs here indefinitely, so I tried the following manually....
###########


toor@maas:~$ ssh ubuntu@10.101.103.1 -i /home/toor/.local/share/juju/ssh/juju_id_rsa
Welcome to Ubuntu Xenial Xerus (development branch) (GNU/Linux 4.4.0-16-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

  Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud

29 packages can be updated.
0 updates are security updates.


*** System restart required ***
ubuntu@active-table:~$ exit
logout
Connection to 10.101.103.1 closed.
Download as text