Index: /branches/amp_3_7_2/amp.spec
===================================================================
--- /branches/amp_3_7_2/amp.spec	(revision 2990)
+++ /branches/amp_3_7_2/amp.spec	(working copy)
@@ -198,11 +198,11 @@
 install -Dm 0755 src/webui_agent/webui_agent %{buildroot}/ca/bin/
 install -Dm 0755 src/webui_monitor/webui_monitor %{buildroot}/ca/bin/
 cp -r src/webui/webui/* %{buildroot}/ca/webui
-install -Dm 0755 src/openssh/openssh-10.1p1/sshd %{buildroot}/ca/bin/
-install -Dm 0755 src/openssh/openssh-10.1p1/ssh %{buildroot}/ca/bin/
+install -Dm 0755 src/openssh/openssh-10.3p1/sshd %{buildroot}/ca/bin/
+install -Dm 0755 src/openssh/openssh-10.3p1/ssh %{buildroot}/ca/bin/
 install -Dm 0644 src/openssh/sshd_config %{buildroot}/ca/etc/
-install -Dm 0755 src/openssh/openssh-10.1p1/sshd-session %{buildroot}/ca/libexec/sshd-session
-install -Dm 0755 src/openssh/openssh-10.1p1/sshd-auth %{buildroot}/ca/libexec/sshd-auth
+install -Dm 0755 src/openssh/openssh-10.3p1/sshd-session %{buildroot}/ca/libexec/sshd-session
+install -Dm 0755 src/openssh/openssh-10.3p1/sshd-auth %{buildroot}/ca/libexec/sshd-auth
 install -Dm 0755 src/openssh/ssh-regenkey.sh %{buildroot}/ca/bin/
 # install openssl-1.1.1
 install -Dm 0755 -t %{buildroot}/ca/lib \
Index: /branches/amp_3_7_2/src/openssh/Makefile
===================================================================
--- /branches/amp_3_7_2/src/openssh/Makefile	(revision 2990)
+++ /branches/amp_3_7_2/src/openssh/Makefile	(working copy)
@@ -2,17 +2,18 @@
 
 include $(TOP)/Makefile.master
 
-OPENSSH_FOLDER=openssh-10.1p1
+OPENSSH_FOLDER=openssh-10.3p1
 
 
 all:
 	./build.sh all
 clean:
+	rm -rf openssh-6.6p1 openssh-10.1p1
 	rm -rf ${OPENSSH_FOLDER}
 realclean:
 	git clean -dfx .
 install:
 	install -Dm 0755 -t ${ANROOT}/ca/bin/  ${.CURDIR}/${OPENSSH_FOLDER}/sshd ${.CURDIR}/${OPENSSH_FOLDER}/ssh ${.CURDIR}/${OPENSSH_FOLDER}/ssh-keygen
-	install -Dm 0755 -t ${.CURDIR}/sshd_config  ${ANROOT}/ca/etc/
+	install -Dm 0755 -t ${ANROOT}/ca/etc/ ${.CURDIR}/sshd_config
 	install -Dm 0755 ${.CURDIR}/${OPENSSH_FOLDER}/sshd-session ${ANROOT}/ca/libexec/sshd-session
 	install -Dm 0755 ${.CURDIR}/${OPENSSH_FOLDER}/sshd-auth ${ANROOT}/ca/libexec/sshd-auth
Index: /branches/amp_3_7_2/src/openssh/build.sh
===================================================================
--- /branches/amp_3_7_2/src/openssh/build.sh	(revision 2990)
+++ /branches/amp_3_7_2/src/openssh/build.sh	(working copy)
@@ -1,17 +1,17 @@
 #!/usr/bin/env bash
 
-if [ ! -d openssh-10.1p1 ]
+if [ ! -d openssh-10.3p1 ]
 then
-	if [ -f openssh-10.1p1.tar.gz ]
+	if [ -f openssh-10.3p1.tar.gz ]
 	then
-		tar -zxvf openssh-10.1p1.tar.gz
-		cd openssh-10.1p1
+		tar -zxvf openssh-10.3p1.tar.gz
+		cd openssh-10.3p1
 	else
 		echo "source tar.gz file not exist!"
 		exit 1
 	fi
 else
-	cd openssh-10.1p1
+	cd openssh-10.3p1
 fi
 
 if [ Makefile -nt configure ]
Index: /branches/amp_3_7_2/src/openssh/openssh-10.1p1.tar.gz
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/x-gzip
Index: /branches/amp_3_7_2/src/openssh/openssh-10.3p1.tar.gz
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/x-gzip
Index: /branches/amp_3_7_2/src/openssh/openssh-10.3p1.tar.gz
===================================================================
--- /branches/amp_3_7_2/src/openssh/openssh-10.3p1.tar.gz	(revision 2990)
+++ /branches/amp_3_7_2/src/openssh/openssh-10.3p1.tar.gz	(working copy)

Property changes on: src/openssh/openssh-10.3p1.tar.gz
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/x-gzip
\ No newline at end of property
Index: /branches/amp_3_7_2/src/openssh/openssh-6.6p1.tar.gz
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Index: /branches/amp_3_7_2/src/openssh/sshd_config
===================================================================
--- /branches/amp_3_7_2/src/openssh/sshd_config	(revision 2990)
+++ /branches/amp_3_7_2/src/openssh/sshd_config	(working copy)
@@ -146,4 +146,4 @@
 #	AllowTcpForwarding no
 #	PermitTTY no
 #	ForceCommand cvs server
-KexAlgorithms mlkem768x25519-sha256,sntrup761x25519-sha512,curve25519-sha256@libssh.org,curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
+#KexAlgorithms mlkem768x25519-sha256,sntrup761x25519-sha512,curve25519-sha256@libssh.org,curve25519-sha256,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521
