Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

passwd

List of all users that can connect via SSH [closed]

May 22, 2023 by Tarik

Read man sshd_config for more details, but you can use the AllowUsers directive in /etc/ssh/sshd_config to limit the set of users who can login. e.g. AllowUsers boris would mean that only the boris user could login via ssh.

Categories linux Tags linux, passwd, ssh, ubuntu Leave a comment

How do I set a blank password for the root user in slitaz [closed]

April 8, 2023 by Tarik

● Do you really want to allow logins without a password? If so, try passwd -d root (see warnings below) ● Do you really want to have an empty password? echo root: | chpasswd or, if that is rejected, echo “root:$(mkpasswd -s </dev/null)” | chpasswd -e (see warnings below) ● For those coming here in … Read more

Categories linux Tags authentication, linux, passwd, user-accounts Leave a comment

How to automatically add user account AND password with a Bash script?

October 10, 2022 by Tarik

You could also use chpasswd: echo username:new_password | chpasswd so, you change password for user username to new_password.

Categories linux Tags bash, linux, passwd Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa