How to SSH Into Raspberry Pi Without Monitor (Headless)

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

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

  • @l.tmckeithen3696
    @l.tmckeithen3696 Год назад +15

    Files are inaccessible

  • @frocared
    @frocared 4 месяца назад +1

    how can i access those files
    it says there is an error

  • @ivandimitryzyrianoff203
    @ivandimitryzyrianoff203 2 года назад

    You are a life saver! I needed to urgently ssh to a pi and did not have a screen.

  • @garretthamlin4304
    @garretthamlin4304 2 года назад +1

    Thanks for content!

  • @thekuba9352
    @thekuba9352 2 года назад +3

    ... is this the Ryan Reynolds of IT?

  • @Jikdor
    @Jikdor 2 года назад +1

    Thanks

  • @jaimebecerrachannel
    @jaimebecerrachannel Месяц назад

    where are the files?

  • @firenx2
    @firenx2 2 года назад

    At 10:50 how did you exit the job.js?

  • @nirogaming8443
    @nirogaming8443 8 месяцев назад

    to find ip of the pi you dont really need the web window for ur router just get advansed ip scaner and connect to the 2.4 gig internet

    • @nirogaming8443
      @nirogaming8443 8 месяцев назад

      extra tip you can easyly ssh into it using putty

  • @adamloepker8057
    @adamloepker8057 2 года назад +1

    how did you save and exit that html file?

    • @DataSlayerMedia
      @DataSlayerMedia  2 года назад +1

      In vim esc + colon + "x' + enter

    • @adamloepker8057
      @adamloepker8057 2 года назад

      @@DataSlayerMedia solid, that took me longer than I want to admit

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

    dude i do need help of this lately..xx

  • @gregsegallis9628
    @gregsegallis9628 2 года назад +1

    Is there a way to change the SSID & password without having access to the SD card or any connectors (without having change your router SSID and password to some preconfigured values already in the Pi). Like a AP mode where you first wifi connect directly to the pi and then set the info for the local router. You know, the same way every $5 IOT device in the entire world works???? Even my dozen or so $1 ESP8266 embedded devices have this ability - if the STA_IF network isn't up I can have it bring up the AP_IF and connect connect and reconfigure things without physical connectivity.

    • @DataSlayerMedia
      @DataSlayerMedia  2 года назад

      connect over SSH, then run raspi-config and modify network connections

    • @gsegallis
      @gsegallis 2 года назад

      @@DataSlayerMedia That requires you are already connected to the network. Picture bringing the device to a new location. SSID and Password unknown till you get there. No access to SD card or USB connector. Apparently there is no way to reconfigure the WiFi settings. Which makes it fairly useless as an easy to use IOT solution. Compare that to every cheap IOT device out there that has a station mode to direct connect and configure router settings for the first time (e.g. wemo outlet, sonoff, etc)

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

    I think the has expired

  • @mechmaverick
    @mechmaverick 3 года назад +1

    easier way block all ip addresses except your own external ip on your ssh config inside your pi and ssh pi@{your External ip) bonus points if you connect with a ssh key

    • @DataSlayerMedia
      @DataSlayerMedia  3 года назад

      As long as the wifi network is protected then hackers could not access the RPI device correct?

    • @mechmaverick
      @mechmaverick 3 года назад

      @@DataSlayerMedia I'm a firm believer that there's always a hacker that could access your device i just hope they don't spend too much time getting to mine only to realize im using it to learn docker and there no sensitive data on there

  • @Ben_EH-Heyeh
    @Ben_EH-Heyeh 11 месяцев назад

    My pi doesn't have wifi, guy.
    Headless with an ethernet adapter?
    Not connected to a router.

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

    those files are inaccessible

  • @Person-who-exists
    @Person-who-exists 2 года назад

    I only have 5ghz internet :(

  • @drbenj1
    @drbenj1 2 года назад +2

    Why are you so sad

  • @lechsiz1642
    @lechsiz1642 3 года назад +1

    only the router's web page worked for me to get the IP address.
    i chose Debian instead of Rasberry Pi OS and so cannot get in to SSH (those WPA and SSH files were already there, , though). For regular Debian, SSH has no default for security reasons, so I'd like to goto the SD card (while its in my PC) to add a few lines to a few files to add a user and password for SSH. I am hoping to `sudo nano ` my way through the process. Any ideas? i found the path to one or two of the correct ssh config files, but....am lost.

    • @DataSlayerMedia
      @DataSlayerMedia  3 года назад

      You can use nano instead of VIM they are both text editor's. For debian OS ssh will be enabled by default but likely blocked OOTB via firewall rules. I'm not sure there is a way to enable ssh on debian without a hard connection to the device at least initially.

    • @lechsiz1642
      @lechsiz1642 3 года назад

      @@DataSlayerMedia No one seems to know. I gave up and Raspberry Pi OS LITE worked almost instantaneously.