How to add a new user on a Linux server (with SSH access)

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ •

  • @reactdevops
    @reactdevops 2 місяці тому

    Simple, short a useful video. Great job!

  • @maxfir
    @maxfir Рік тому +1

    How to add another developer (with custom ssh key) as an user to VPS?

  • @samiajulia6863
    @samiajulia6863 Рік тому +1

    4:37,what is the chown command hidden by you plz

  • @zoki5388
    @zoki5388 Рік тому +2

    Hey could you make video on how to deploy multiple node apps on ubuntu.

    • @codewithbubb
      @codewithbubb  Рік тому +1

      Sure, do you mean hosting multiple node apps under one domain/ip or the actual deployment (or both)?

    • @codewithbubb
      @codewithbubb  Рік тому

      I did a video to answer your question here: How to Host Multiple Node Apps with nginx and pm2
      ua-cam.com/video/5NwwuSWrCdw/v-deo.html

  • @thenameisnigel
    @thenameisnigel 10 місяців тому +1

    Thanks a lot this was insightful!

    • @codewithbubb
      @codewithbubb  10 місяців тому

      You’re welcome. Hope you found it useful.

  • @SoRusted
    @SoRusted Рік тому +1

    exactly what i needed

  • @kRystal69
    @kRystal69 Рік тому +1

    Thank you, that was really useful... ✨✨

    • @codewithbubb
      @codewithbubb  Рік тому

      You’re welcome! Glad you found it helpful.

  • @TB7530
    @TB7530 11 місяців тому +1

    Thanks for the vid. chown -R yields invalid group

    • @codewithbubb
      @codewithbubb  11 місяців тому

      Thanks very much. What was the full command you were running? Chances are either the user doesn't exist or the group doesn't exist.

    • @TB7530
      @TB7530 11 місяців тому

      @@codewithbubb chown -R natixis:natixis .ssh/ I just created the user.

  • @Alishahlakhani
    @Alishahlakhani 2 місяці тому

    God Bless you sir

  • @andriyobukhovskyi9962
    @andriyobukhovskyi9962 Рік тому +1

    great explenation!

  • @stephblack00745
    @stephblack00745 Рік тому +1

    Thank you🎉🎉

  • @djlee0721
    @djlee0721 Рік тому +1

    Thanks!

  • @Babbili
    @Babbili Рік тому +1

    Nice,

    • @codewithbubb
      @codewithbubb  Рік тому +1

      Thanks very much 👍

    • @Babbili
      @Babbili Рік тому +1

      @@codewithbubb you're welcome, i wonder where can i get Linux commands documentations, is there a good site for that

    • @codewithbubb
      @codewithbubb  Рік тому +1

      I think it's probably one of those things when you need to use a command you end up Googling. I think if you search for 'Linux cheat sheet' you'll probably get some useful lists to get you familiar with some common commands.