Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,749
Community Members
 
Community Events
184
Community Groups

SCP identity agent key invalid problem

Edited

I am getting below error while coping some files with scp task

 

2018-03-21 07:19:00,116 INFO [17-BAM::Default Agent::Agent:pool-32-thread-1] [TransportImpl] Client identity string: SSH-2.0-SSHJ_0.21.12018-03-21 07:19:00,182 WARN [17-BAM::Default Agent::Agent:pool-32-thread-1] [IdentificationStringParser] Server identification has bad line ending, was expecting a '\r\n' however got: '2' (hex: 32)2018-03-21 07:19:00,183 WARN [17-BAM::Default Agent::Agent:pool-32-thread-1] [IdentificationStringParser] Will treat the identification of this server 'SSH-2.0-OpenSSH_7.4p1 Debian-10+deb9u2' leniently

 

This error started getting after changing remote server without changing IP.

1 answer

Simon says:

On your remote SSH server (the one that is the destination of the copy operation) configuration set the following option:

 

DebianBanner no

 

and restart the remote SSH server. This will transform the SSH banner to  SSH-2.0-OpenSSH_7.4p1.

On some other distribution you may have to use instead the option:

 

VersionAddendum none

 

in the SSH server configuration on the remote host.

 

Cheers, Simon out.

Hello Simon, I tried both but not work for me. The result is the same.

Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Mar 31, 2018

Do you get the same error when you execute the scp command from the terminal as the same user outside Bamboo?

If it didn't error out, you may use the script task instead of scp task where you can define your scp command.

I used script instead of scp task. I guess scp task cache the ip addresses or ssh library of java cache the ip address. And the ip changed for same server. The scp task give this error interestingly.

Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Oct 29, 2018

Ah, good catch. Thanks for sharing it here :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events