Simple Automated SSH Python Bot

Поділитися
Вставка
  • Опубліковано 2 жов 2024

КОМЕНТАРІ • 38

  • @lordofallworlds9244
    @lordofallworlds9244 Рік тому +5

    10/10 content man

  • @Krisler12
    @Krisler12 Рік тому +5

    Please recreate AES-256 encryption from scratch in pure Python with no use of any encryption library.
    Thank you in advance!

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

    Great video! Thank you!

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

    Können Sie ein Video erstellen, in dem erklärt wird, wie man qemu lunux erstellt? Ich habe nur einen ARM-basierten Host und weiß nicht, wie man eine andere Architektur erstellt Und vielen Dank für deine Videos, sie helfen mir immer!

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

    Hey, i keep getting this error when i try to run a command: "PasswordRequiredException: Private key file is encrypted". Do you know why i get this? Thanks for the video

  • @dragonball41876
    @dragonball41876 5 місяців тому

    Good video, short but informative! Like this type.

  •  Рік тому

    Hello, very clear video, can someone help me if I'm trying to use the su - instead of the sudo available, I mean if the ssh user is not sudoer user the sudo command does not work.

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

    Paramiko way is far more better and easy..

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

    can you run bash scripts with this?

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

    Great video, is there a way to use trusted ssh (-Y or -X) using Fabric?
    I dont see that detail in the documentation

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

    is there a way to do so by multi factor authentication?

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

    "this is a simple example".
    Except the regex, you made the more complex regex I ever seen uneceassary.
    re.findall("?

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

    How to append file on server

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

    wish i knew about this before using subprocess

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

    thank men..

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

    So what's the advantage of fabric comparing with paramiko?

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

      With paramiko you cant run multiple commands

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

    klasat? or marvanka

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

    Great video. Thank you!

  • @marvina.u5340
    @marvina.u5340 26 днів тому

    Hi I am still getting this error in _auth
    raise SSHException("No authentication methods available")
    paramiko.ssh_exception.SSHException: No authentication methods available
    I am running on mac VMware fusion, a ubuntu desktop machine

  • @بوبكرالعسكري
    @بوبكرالعسكري Рік тому

    Good

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

    Following the previous SSH key file on Windows, I'm getting this exception:
    paramiko.ssh_exception.PasswordRequiredException: private key file is encrypted
    is tehre a way to tell Fabric module to read the keyfile??

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

      config = Config(overrides={
      "sudo": {
      "password": password
      },
      "connect_kwargs": {
      "passphrase":
      }
      })

  • @eugenmalatov5470
    @eugenmalatov5470 7 місяців тому

    how to do this using a.ssh certificate instead of a password?

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

    First comment 🥳🥳🥳🥳🥳🥳

  • @bellabella-tv8zg
    @bellabella-tv8zg Рік тому

    1st

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

    What is the best way to make money from crypto?

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

      I'm really surprised you guys are familiar with Mrs Chole

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

      Please how can I get in touch with her because I have really heard so much about her

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

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

      @Chole5p
      ☝️That's her username ☝️

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

      I'm really surprised you guys are familiar with her.I had a bad experience investing on my own until I met her,
      I got to change a couple of things and my kids now go to a great school. You only have to stick with her strategies

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

    where can i grab that code you used?