Armbian for Pine64
#14
Having a learning curve with Pine A64+ and Armbian Buster.

I used SD Card Formater to format using overwrite on a Samsung 64GB card.
I downloaded a fresh copy of Armbian Buster (Armbian_20.02.1_Pine64_buster_current_5.4.20)
I connected the Pine A64+ via Ethernet.
I applied power.
I see activity on the Ethernet connector.
I see DHCP has allocated an address to pine64 (192.168.1.130)
I use ssh to connect to the address. (ssh -p 22 -x -v root@192.168.1.130 )
This is what happens next:
OpenSSH_7.8p1, LibreSSL 2.6.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: /etc/ssh/ssh_config line 53: Applying options for *
debug1: Connecting to 192.168.1.130 [192.168.1.130] port 22.
debug1: Connection established.
debug1: identity file /Users/bjskelly/.ssh/id_rsa type -1
debug1: identity file /Users/bjskelly/.ssh/id_rsa-cert type -1
debug1: identity file /Users/bjskelly/.ssh/id_dsa type -1
debug1: identity file /Users/bjskelly/.ssh/id_dsa-cert type -1
debug1: identity file /Users/bjskelly/.ssh/id_ecdsa type -1
debug1: identity file /Users/bjskelly/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/bjskelly/.ssh/id_ed25519 type -1
debug1: identity file /Users/bjskelly/.ssh/id_ed25519-cert type -1
debug1: identity file /Users/bjskelly/.ssh/id_xmss type -1
debug1: identity file /Users/bjskelly/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_7.8
debug1: Remote protocol version 2.0, remote software version OpenSSH_7.9p1 Debian-10+deb10u1
debug1: match: OpenSSH_7.9p1 Debian-10+deb10u1 pat OpenSSH* compat 0x04000000
debug1: Authenticating to 192.168.1.130:22 as 'root'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:nafm3rJLa1g0cqIZmS4Y0KOSJMyvUgGZrVSULvGi8nE
debug1: Host '192.168.1.130' is known and matches the ECDSA host key.
debug1: Found key in /Users/bjskelly/.ssh/known_hosts:115
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_EXT_INFO received
debug1: kex_input_ext_info: server-sig-algs=<ssh-ed25519,ssh-rsa,rsa-sha2-256,rsa-sha2-512,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521>
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /Users/bjskelly/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /Users/bjskelly/.ssh/id_dsa
debug1: Trying private key: /Users/bjskelly/.ssh/id_ecdsa
debug1: Trying private key: /Users/bjskelly/.ssh/id_ed25519
debug1: Trying private key: /Users/bjskelly/.ssh/id_xmss
debug1: Next authentication method: password
root@192.168.1.130's password:
debug1: Authentication succeeded (password).
Authenticated to 192.168.1.130 ([192.168.1.130]:22).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Requesting authentication agent forwarding.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
packet_write_wait: Connection to 192.168.1.130 port 22: Broken pipe

[Process completed]

Increasing the debugging level gets these additional messages.
debug1: Sending env LANG = en_US.UTF-8
debug2: channel 0: request env confirm 0
debug3: send packet: type 98
debug3: Ignored env SSH_AUTH_SOCK
debug3: Ignored env DISPLAY
debug3: Ignored env XPC_SERVICE_NAME
debug3: Ignored env TERM_PROGRAM
debug3: Ignored env TERM_PROGRAM_VERSION
debug3: Ignored env TERM_SESSION_ID
debug3: Ignored env SHELL
debug3: Ignored env HOME
debug3: Ignored env LOGNAME
debug3: Ignored env USER
debug3: Ignored env PATH
debug3: Ignored env __CF_USER_TEXT_ENCODING
debug2: channel 0: request shell confirm 1
debug3: send packet: type 98
debug2: channel_input_open_confirmation: channel 0: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768



As you can see I get past the password, but then the connection eventually times out and closes.

Questions:
1. Is this the right place to ask questions?
2. If it isn't can you direct me to the correct place?
3. As always I've suspected my USB cable isn't delivering enough power (Power supply has been tested under load and is ok.). Is there some cable that will deliver more power? Will adding a lithium battery help?

Thanks in advance for any help you can give me.

Bruce
  Reply


Messages In This Thread
Armbian for Pine64 - by xalius - 01-08-2017, 08:34 AM
RE: Armbian for Pine64 - by martinayotte - 01-08-2017, 01:20 PM
RE: Armbian for Pine64 - by Ghelorn - 01-08-2017, 10:18 PM
RE: Armbian for Pine64 - by dkryder - 01-20-2017, 01:22 AM
RE: Armbian for Pine64 - by plkdtm - 02-08-2017, 08:38 AM
RE: Armbian for Pine64 - by pineadmin - 08-15-2017, 10:56 AM
RE: Armbian for Pine64 - by Pushpike - 09-01-2017, 09:18 AM
RE: Armbian for Pine64 - by tllim - 09-03-2017, 09:20 PM
RE: Armbian for Pine64 - by philips - 11-28-2017, 04:13 PM
RE: Armbian for Pine64 - by pineadmin - 12-11-2017, 01:49 AM
RE: Armbian for Pine64 - by pineadmin - 06-19-2018, 02:15 AM
RE: Armbian for Pine64 - by pineadmin - 11-09-2018, 03:18 AM
RE: Armbian for Pine64 - by pineadmin - 08-05-2019, 12:55 AM
RE: Armbian for Pine64 - by CVBruce - 03-30-2020, 11:48 AM
RE: Armbian for Pine64 - by CVBruce - 04-03-2020, 06:30 PM
RE: Armbian for Pine64 - by bratoff - 04-26-2020, 03:44 PM
RE: Armbian for Pine64 - by thebrave - 05-04-2020, 07:21 AM
RE: Armbian for Pine64 - by e-minguez - 05-04-2020, 07:57 AM
RE: Armbian for Pine64 - by bratoff - 05-05-2020, 01:04 PM
RE: Armbian for Pine64 - by e-minguez - 05-05-2020, 02:24 PM
RE: Armbian for Pine64 - by bratoff - 05-05-2020, 10:50 PM
RE: Armbian for Pine64 - by e-minguez - 05-05-2020, 11:00 PM
RE: Armbian for Pine64 - by bratoff - 05-07-2020, 06:27 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question PINE64 PA642GB Armbian - no Microphone plug spel 1 3,542 11-09-2022, 01:46 PM
Last Post: pinebug
  Armbian 22.02 Release Announcement TRS-80 0 1,891 02-28-2022, 05:04 PM
Last Post: TRS-80
  +LTS/SOPINE PINE64 5 MEGAPIXEL CAMERA MODULE lendi 4 7,700 12-31-2021, 07:23 AM
Last Post: madupine
  DisplayLink with Pine64 henryhu 0 2,650 02-10-2021, 08:22 PM
Last Post: henryhu
  Software Updates in Armbian CVBruce 1 3,911 07-10-2020, 09:07 AM
Last Post: martinayotte
  Armbian enable toucscreen right-click burningkrome 0 2,918 12-03-2018, 03:05 PM
Last Post: burningkrome
  PineA64+ Armbian not boot, black screen and log klode 3 7,494 10-14-2018, 04:02 AM
Last Post: evilbunny
Exclamation Armbian Bionic on Pine A64+ black screen starmagoo 11 18,766 08-06-2018, 12:35 AM
Last Post: starmagoo
  TeamViewer on Pine64+? Moshe.Vazan 2 5,379 07-12-2018, 05:52 AM
Last Post: Moshe.Vazan
  +LTS/SOPINE kivy on armbian with lcd baumbachandrew 0 3,023 05-29-2018, 10:15 PM
Last Post: baumbachandrew

Forum Jump:


Users browsing this thread: 1 Guest(s)