Control access by editing the SSH configuration file and using the AllowUsers directive like so:
AllowUsers cedge
To add multiple entries, either separate users with a space:
AllowUsers cedge kklein
Or you can write an entirely new line:
AllowUsers cedge
AllowUsers kklein