← Back to Posts

ssh port forwar user with no login permission

👤 علی ذوالفقار 📅 1403/10/28 10:07:56 👁️ 22 views
to create assh user with no login permission 
just ssh-portforward and ssh tunneling persmission
use this command : 
   sudo useradd -r -s /bin/false username     
   passwd username
← Back to Posts