Ssh Packet Type



SSH Communicator. Communicators are the mechanism Packer uses to upload files, execute scripts, etc. On the machine being created, and are configured within the builder section. The SSH communicator does this by using the SSH protocol. It is the default communicator for a majority of builders. If you have an SSH agent configured on the host. Debug3: send packet: type 50 debug2: we sent a password packet, wait for reply debug3: receive packet: type 1 Received disconnect from 192.168.1.1 port 22:11: unix ssh.

  • Status:Resolved
  • Resolution: Fixed
  • Fix Version/s:2.2.0
  • Labels:
  • Environment:
    AIX 7.2 openssh client attempting connection to Bitbucket 5.16.0 containing Mina 2.0.19

There is a potential bug in Mina in handling a custom SSH packet type 106. 'Unassigned' according to https://www.iana.org/assignments/ssh-parameters/ssh-parameters.xhtml

My scenario is attempting to git clone from the ssh server inside Bitbucket 5.16.0, which is Mina 2.0.19.

On Linux if I set:

export GIT_SSH_COMMAND='ssh -vvv'

Then I get this log fragment from my git clone failing: All to you dj keo mp3.

Ssh packet type

debug1: Host '[bitbucketdev]:7999' is known and matches the RSA host key.
debug1: Found key in /home/<..>/.ssh/known_hosts:1
debug3: send packet: type 21
debug2: set_newkeys: mode 1
debug1: rekey after 4294967296 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug3: receive packet: type 21
debug1: SSH2_MSG_NEWKEYS received
debug2: set_newkeys: mode 0
debug1: rekey after 4294967296 blocks
debug2: key: /home/<..>/.ssh/id_rsa (200855b8)
debug2: key: /home/<..>/.ssh/id_dsa (0)
debug2: key: /home/<..>/.ssh/id_ecdsa (0)
debug2: key: /home/<..>/.ssh/id_ed25519 (0)
debug3: send packet: type 5
debug3: receive packet: type 6
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug3: start over, passed a different list publickey
debug3: preferred publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/<..>/.ssh/id_rsa
debug3: send_pubkey_test
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 60
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug2: input_userauth_pk_ok: fp SHA256:<..>
debug3: sign_and_send_pubkey: RSA SHA256:<..>
debug3: send packet: type 106
debug1: Sent ALLOW_PKCS12_KEYSTORE_CLIENT_FLAG packet
debug3: send packet: type 50
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/<..>/.ssh/id_dsa
debug3: no such identity: /home/<..>/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/<..>/.ssh/id_ecdsa
debug3: no such identity: /home/<..>/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/<..>/.ssh/id_ed25519
debug3: no such identity: /home/<..>/.ssh/id_ed25519: No such file or directory
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists.

Www.unfollowspy.com

Type

Ssh Packet Types

After my key is sent to Mina and accepted with Server accepts key (and Bitbucket logs the acceptance), the AIX openssh client sends packet type 106, then the key is rejected.

Ssh

The workaround is to set an option in my ~/.ssh/config file:

AllowPKCS12keystoreAutoOpen no

Then I can git clone successfully.

This ssh option is custom and unrecognized on Linux openssh client.

is duplicated by

SSHD-887Provide capability to handle unassigned message numbers

  • Closed
is related to

Ssh Packet Type 99

PacketSsh

SSHD-887Provide capability to handle unassigned message numbers

  • Closed

Ssh Packet Type 1

  • Assignee:
    Lyor Goldstein
    Reporter:
    Antony Suter
  • Votes:
    0Vote for this issue
    Watchers:
    3Start watching this issue

Ssh Packet Type 51

  • Created:
    Updated:
    Resolved: