1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-29 09:28:07 +00:00

no scp, no password authentication

This commit is contained in:
Greg Alexander 2014-12-14 16:19:00 -05:00
parent 72aee0cc1e
commit 2f501186ce

View File

@ -455,14 +455,10 @@ DROPBEAR_SRCS := $(DROPBEAR_PATH)/atomicio.c \
$(DROPBEAR_PATH)/progressmeter.c \
$(DROPBEAR_PATH)/queue.c \
$(DROPBEAR_PATH)/rsa.c \
$(DROPBEAR_PATH)/scp.c \
$(DROPBEAR_PATH)/scpmisc.c \
$(DROPBEAR_PATH)/signkey.c \
$(DROPBEAR_PATH)/sshpty.c \
$(DROPBEAR_PATH)/svr-agentfwd.c \
$(DROPBEAR_PATH)/svr-auth.c \
$(DROPBEAR_PATH)/svr-authpam.c \
$(DROPBEAR_PATH)/svr-authpasswd.c \
$(DROPBEAR_PATH)/svr-authpubkey.c \
$(DROPBEAR_PATH)/svr-authpubkeyoptions.c \
$(DROPBEAR_PATH)/svr-chansession.c \