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

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

ความคิดเห็น •

  • @reactdevops
    @reactdevops 2 หลายเดือนก่อน

    Simple, short a useful video. Great job!

  • @samiajulia6863
    @samiajulia6863 ปีที่แล้ว +1

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

    • @gehtdichnichtsan5576
      @gehtdichnichtsan5576 ปีที่แล้ว

      chown -R george:george .ssh/

    • @redwakawaka
      @redwakawaka ปีที่แล้ว

      also wondering

    • @sumukhbharadwaj8882
      @sumukhbharadwaj8882 11 หลายเดือนก่อน

      In case anyone's still wondering: chown -R username:username ~/.ssh

    • @marcomisseri8201
      @marcomisseri8201 5 หลายเดือนก่อน

      I think it is simply: george:george .ssh

    • @bludlud1765
      @bludlud1765 3 หลายเดือนก่อน

      chown -R george:george .ssh

  • @thenameisnigel
    @thenameisnigel 10 หลายเดือนก่อน +1

    Thanks a lot this was insightful!

    • @codewithbubb
      @codewithbubb  10 หลายเดือนก่อน

      You’re welcome. Hope you found it useful.

  • @maxfir
    @maxfir ปีที่แล้ว +1

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

  • @SoRusted
    @SoRusted ปีที่แล้ว +1

    exactly what i needed

    • @codewithbubb
      @codewithbubb  ปีที่แล้ว

      Glad you found it useful 😀

  • @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
      th-cam.com/video/5NwwuSWrCdw/w-d-xo.html

  • @andriyobukhovskyi9962
    @andriyobukhovskyi9962 ปีที่แล้ว +1

    great explenation!

    • @codewithbubb
      @codewithbubb  ปีที่แล้ว

      Thanks very much. Are you running your own servers?

    • @andriyobukhovskyi9962
      @andriyobukhovskyi9962 ปีที่แล้ว

      @@codewithbubbYep. Have a couple on AWS

  • @kRystal69
    @kRystal69 ปีที่แล้ว +1

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

    • @codewithbubb
      @codewithbubb  ปีที่แล้ว

      You’re welcome! Glad you found it helpful.

  • @stephblack00745
    @stephblack00745 ปีที่แล้ว +1

    Thank you🎉🎉

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

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