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

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 29

  • @thenameisnigel
    @thenameisnigel 6 месяцев назад +1

    Thanks a lot this was insightful!

    • @codewithbubb
      @codewithbubb  6 месяцев назад

      You’re welcome. Hope you found it useful.

  • @SoRusted
    @SoRusted 9 месяцев назад +1

    exactly what i needed

    • @codewithbubb
      @codewithbubb  9 месяцев назад

      Glad you found it useful 😀

  • @kRystal69
    @kRystal69 Год назад +1

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

    • @codewithbubb
      @codewithbubb  Год назад

      You’re welcome! Glad you found it helpful.

  • @andriyobukhovskyi9962
    @andriyobukhovskyi9962 10 месяцев назад +1

    great explenation!

    • @codewithbubb
      @codewithbubb  10 месяцев назад

      Thanks very much. Are you running your own servers?

    • @andriyobukhovskyi9962
      @andriyobukhovskyi9962 9 месяцев назад

      @@codewithbubbYep. Have a couple on AWS

  • @stephanaugustin7107
    @stephanaugustin7107 9 месяцев назад +1

    Thank you🎉🎉

  • @djlee0721
    @djlee0721 Год назад +1

    Thanks!

  • @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
      ruclips.net/video/5NwwuSWrCdw/видео.html

  • @TB7530
    @TB7530 6 месяцев назад +1

    Thanks for the vid. chown -R yields invalid group

    • @codewithbubb
      @codewithbubb  6 месяцев назад

      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 6 месяцев назад

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

  • @maxfir
    @maxfir Год назад

    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

  • @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.