cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2565
Views
0
Helpful
3
Replies

WSA primary question

360rundll
Level 1
Level 1

Hi all,

                  I used securecrt  SSHv2 to connect WSA,and then input username and PSW,

error:

 

The server has disconnected with an error.  Server message reads:

A protocol error occurred. Change of username or service not allowed: (administrator,ssh-connection) -> (Administrator,ssh-connection)

Thanks

1 Accepted Solution

Accepted Solutions

WSA version 7.7 and above starting to use sshv2.

you can check the appliance ssh version from the telnet test, it will tell you the ssh version that is using.

For example:

telnet <WSA IP> 22

Trying <WSA IP>...
Connected to <WSA IP>.
Escape character is '^]'.
SSH-2.0-OpenSSH_6.2_hpn13v11 FreeBSD-20130515

View solution in original post

3 Replies 3

360rundll
Level 1
Level 1

Use PuTTY can solve this problem.

WSA version 7.7 and above starting to use sshv2.

you can check the appliance ssh version from the telnet test, it will tell you the ssh version that is using.

For example:

telnet <WSA IP> 22

Trying <WSA IP>...
Connected to <WSA IP>.
Escape character is '^]'.
SSH-2.0-OpenSSH_6.2_hpn13v11 FreeBSD-20130515

Thanks! I was inspired after read your trouble idea.