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.
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):