spantaleev / sftpman

Application that handles sshfs/sftp file systems mounting.
GNU General Public License v3.0
32 stars 7 forks source link

Usernames cannot contain "@" #1

Closed thomastoye closed 10 years ago

thomastoye commented 10 years ago

My school gives us the ability to access a personal home folder over ssh. Our username is the same for every school service, and looks like "name.lastname@student.school.edu".

Both sftpman and sftpman-gtk will refuse this string because it contains an "@": - user / Usernames can only contain letters and digits.