Drone-ssh plugin outputs many empty err line

This is my build logs

latest: Pulling from appleboy/drone-ssh
Digest: sha256:49d38c9c2990d0234d73afd07c409410ac2f24ef69014bcbbf52019411bd9683
Status: Image is up to date for appleboy/drone-ssh:latest
======CMD======

======END======
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
err: 
out: 
err: 
err: 
out: 
out: 
err: 
out: 
err: 
out: 
out: 
out: 
err: 
out: 
out: 
out: 
==============================================
✅ Successfully executed commands to all host.
==============================================

and this is my drone.yml

kind: pipeline
type: docker
name: default

steps:
  - name: ssh
    image: appleboy/drone-ssh
    settings:
      host:
        - *.*.*.*
      username: root
      password: *
      port: 22
      command_timeout: 2m

i want to know the reason,thx!!

Hi @Zhiming_Bao, can you check if these links helps for troubleshooting?

  1. SSH - Drone Plugin

  2. https://github.com/appleboy/drone-ssh/blob/master/README.md

Hello! I checked this several times, but nothing came up. I thin i just simply ran a demo. :melting_face:

May be the error is not in drone-ssh? I don’t see anything special in the configuration.Thank you!:smile:

Right @Zhiming_Bao! let me check

@Zhiming_Bao that is not an official drone plugin, I would suggest that you reach out to the developer of that plugin for help GitHub - appleboy/drone-ssh: Drone plugin for executing remote ssh commands

OK, I saw several similar issues in the drone-ssh github, Is a defect of this version, I currently use it by switching versions.
Thank you anyway!:smile:

@Zhiming_Bao Great! that you were able to sort it out :smiley: Feel free to join our Slack for quick help :blush: