1

(3 replies, posted in Usage)

Yea, I ran this just after installation.  Everything seems OK by the results.  What seems to be off is that it shows the wrong user assigned to the file that is supposedly being uploaded.  I can tell because the user that is displayed doesn't have the directories or the files that are shown to be uploaded by them in their home directories at all...it's in another users directory that is the one actually doing the uploading.

For example:
user joesomebody may show as uploading /home/music/novemberrain.mp3

however, in reality ... joesomebody doesn't even have a directory /home/music/...  at all.
This directory belongs to someone else instead...and I know they are connected actually because of the netstat command.


# sftp-verif
#################################################
#        MySecureShell Verification Tool        #
#################################################

** Verifing file existance **

Verifing file existance of /bin/MySecureShell        [ OK ]
Verifing file existance of /usr/bin/sftp-who            [ OK ]
Verifing file existance of /usr/bin/sftp-kill            [ OK ]
Verifing file existance of /usr/bin/sftp-state            [ OK ]
Verifing file existance of /usr/bin/sftp-admin        [ OK ]
Verifing file existance of /usr/bin/sftp-verif            [ OK ]
Verifing file existance of /usr/bin/sftp-user            [ OK ]
Verifing file existance of /etc/ssh/sftp_config        [ OK ]

** Verifing rights **

Verifing file rights of /etc/ssh/sftp_config            [ OK ]
Verifing file rights of /usr/bin/sftp-who            [ OK ]
Verifing file rights of /usr/bin/sftp-verif            [ OK ]
Verifing file rights of /usr/bin/sftp-user            [ OK ]
Verifing file rights of /usr/bin/sftp-kill                    [ OK ]
Verifing file rights of /usr/bin/sftp-state            [ OK ]
Verifing file rights of /usr/bin/sftp-admin            [ OK ]
Verifing file rights of /bin/MySecureShell            [ OK ]

** Verifing rotation logs **

MySecureShell rotation logs                    [ OK ]

** Verifing server status **

Verifing server status (ONLINE)                    [ OK ]

** Verifing server dependencies **
Show only error(s):

** Verifing server configuration (just for user: root) **
Show only error(s):

** All tests dones **

2

(3 replies, posted in Usage)

I'm running Debian 503 ... 32bit.  I installed via the repository:

deb http://mysecureshell.free.fr/repository … php/debian testing main
deb-src http://mysecureshell.free.fr/repository … php/debian testing main

I'm "assuming" I have the latest version...not 100% sure how to check the version i'm running.  I keep having to resort to using "netstat -n -t -e -p" to know who is connected...I think it's more accurate.

Is this a known issue maybe?

Very much appreciated...just what I was looking for.

4

(3 replies, posted in Usage)

Thanks,

I was hoping the MySecureShell shell would allow this without giving the fully shell.

I've seen this example before.  What i'm looking for is "an example of how to restrict a "specific" username to a certain amount of bandwidth usage." 

I believe the example below is for restricting the amount of bandwidth an individual can download for all individual users of the system.  Then also a total limit for all users.

# Download restrict only one session; GlobalDownload restrict global download.

<Default>
Home /home
GlobalDownload 200k
Download 10k
</Default>

I notice this section however....

context
   Default, Group, IPrange, User

I suspect the user section is what i'm looking for...however my config file doesn't contain this section.  I'd like to see an example for instance of how to restrict a user with the username:   "joeuser" to only upload at 25 k/s  if this is possible...which I suspect it is.

Thanks

6

(3 replies, posted in Usage)

Currently MySecureShell users get this error when they try to use "scp"commands. 

Shell access is disabled !lost connection

Is it possible to configure MySecureShell to allow SCP and  SFTP transfers?

I need to throttle bandwidth for a single user that is uploading to the server.  Could someone give me an example of how you would accomplish this in the config file?

Thanks