Simple Automated SSH Python Bot

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

КОМЕНТАРІ • 38

  • @lordofallworlds9244
    @lordofallworlds9244 2 роки тому +5

    10/10 content man

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

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

    Ah I was chasing an alternate method of connecting to an SSH server without paramiko. I see fabric also uses paramiko. Ouch. The are some flaws in paramiko that don't allow authentication to Adva boxes. Do you have any tips to debug ssh connections in either fabric or paramiko?

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

    Good video, short but informative! Like this type.

  • @abdouett3676
    @abdouett3676 2 роки тому +2

    Great video! Thank you!

  •  Рік тому

    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.

  • @andresbonelli
    @andresbonelli 2 роки тому +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 2 роки тому +1

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

  • @niazahsan1337
    @niazahsan1337 2 роки тому

    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?

  • @marvina.u5340
    @marvina.u5340 4 місяці тому

    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

  • @kingroc3651
    @kingroc3651 2 роки тому

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

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

      With paramiko you cant run multiple commands

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

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

  • @bruhhhhh718
    @bruhhhhh718 2 роки тому +1

    can you run bash scripts with this?

  • @kameshs4109
    @kameshs4109 2 роки тому

    How to append file on server

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

    klasat? or marvanka

  • @Krisler12
    @Krisler12 2 роки тому +5

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

  • @DevShurik24
    @DevShurik24 2 роки тому

    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!

  • @bruhhhhh718
    @bruhhhhh718 2 роки тому +2

    wish i knew about this before using subprocess

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

    thank men..

  • @بوبكرالعسكري
    @بوبكرالعسكري 2 роки тому

    Good

  • @toshumalhotra
    @toshumalhotra 2 роки тому

    Paramiko way is far more better and easy..

  • @bellabella-tv8zg
    @bellabella-tv8zg 2 роки тому

    1st

  • @chikkii1601
    @chikkii1601 2 роки тому

    First comment 🥳🥳🥳🥳🥳🥳

  • @FrancescaaNina
    @FrancescaaNina 2 роки тому

    What is the best way to make money from crypto?

    • @closemax1199
      @closemax1199 2 роки тому

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

    • @MatteotNicolo
      @MatteotNicolo 2 роки тому

    • @MatteotNicolo
      @MatteotNicolo 2 роки тому

      @Chole5p
      ☝️That's her username ☝️

    • @fedrickghang2424
      @fedrickghang2424 2 роки тому

      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

    • @davidwilliam5240
      @davidwilliam5240 2 роки тому

      I'm so short of words!. Her success story is all over ...Like people on here trade with chole?. Just wow!? I don't trade myself,but she trades for me and give weekly returns.

  • @JNET_Reloaded
    @JNET_Reloaded 2 роки тому

    where can i grab that code you used?

  • @rons96
    @rons96 2 роки тому

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

  • @_waltdisney
    @_waltdisney 2 роки тому

    Great video. Thank you!