Fix SSH authentication with Ed25519.
When message to sign was too long, it overlayd the signature destination.
This commit is contained in:
parent
dfbfb893ef
commit
c07cb00cb6
3 changed files with 11 additions and 16 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ SPECVERSION="3.3.1"
|
|||
|
||||
APPVERSION_M=1
|
||||
APPVERSION_N=2
|
||||
APPVERSION_P=0
|
||||
APPVERSION_P=1
|
||||
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
|
||||
|
||||
ifeq ($(TARGET_NAME),TARGET_BLUE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue