esnet / netshell

Kernel and companion software that support ENOS applications (NOT ACTIVELY MAINTAINED)
Other
6 stars 1 forks source link

scp not authenticating? #2

Open bmah888 opened 9 years ago

bmah888 commented 9 years ago

It seems like I can't get get an scp connection to authenticate, where as ssh to the same netshell instance works. For example, with public key authentication enabled (the same appears to be true with password authentication but it's not quite as easy to show):

hattori:bmah% scp tcpdump.out -P 8000 admin@localhost:/var/netshell/users/admin/tcpdump.out
Password:
Password:
Received disconnect from ::1: 2: Too many authentication failures for admin
lost connection
hattori:bmah% ssh -p 8000 admin@localhost
X11 forwarding request failed on channel 0
Welcome to NetShell

admin@NetShell> 
admin@NetShell> exit
Connection to localhost closed.