tecno4
2.4M views | +69 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi SSH'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Remotely Control Raspberry Pi Via Ssh

Remotely Control Raspberry Pi Via Ssh | tecno4 | Scoop.it
Learn how to SSH into your Raspberry Pi from your local computer to control your Pi from a distance.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to VNC and SSH into raspberry pi (Full steps)

This video describes about how to SSH and VNC into the well known single board computer known as Raspberry pi. This video will complete guidance to the process.
https://www.raspberrypi.com/software/
https://www.putty.org/
https://www.realvnc.com/en/connect/download/viewer/

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to connect to your Raspberry Pi via SSH - PuTTY & WinSCP

A quick guide for beginners for using PuTTY or WinSCP to connect directly to a Raspberry Pi via SSH. Ideal for tweaking Octoprint, setting up Klipper or other Pi related projects.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Control Your Raspberry Pi from Android (SSH & Monitor)

How to Control Your Raspberry Pi from Android (SSH & Monitor) | tecno4 | Scoop.it

Using a Raspberry Pi requires many accessories (keyboard, monitor, etc.), which you might not always have on hand, or you won’t want to spend time plugging them in for a quick change in your setup. I generally use my laptop for this, but you can also use any Android device (smartphone, tablet, etc.). I’ll show you how in this tutorial.
After enabling SSH and VNC on the Raspberry Pi, any Android device can be used to take control of it, even remotely. Great apps are available for free in the Google Play Store to do this easily.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry Pi: Install Raspberry Pi OS, Set Up Wi-Fi, and Connect SSH

Raspberry Pi: Install Raspberry Pi OS, Set Up Wi-Fi, and Connect SSH | tecno4 | Scoop.it

In this article, we’ll cover the following:

  1. MicroSD Card
  2. Installing Raspberry Pi OS
  3. Connecting the Raspberry Pi to the Internet
  4. Enabling SSH
  5. Connecting via SSH to the Raspberry Pi
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Aprende a utilizar SSH en 8 minutos 

Aprende a utilizar SSH en 8 minutos  | tecno4 | Scoop.it
Si trateas con Raspberry Pi o sistemas Linux en general, es casi imperativo que conozcas SSH (Secure Shell). Sobre todo cuando te conectas de forma remota a otro equipo, es muy probable que lo necesites o incluso que ya lo hayas utilizado. Pero quizás desconozcas su funcionamiento y cómo utilizar SSH de forma eficiente. En el vídeo en Español que te dejo a continuación, te explican cómo utilizar SSH en 6 minutos.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Remote access your Raspberry Pi securely

Remote access your Raspberry Pi securely | tecno4 | Scoop.it

The small footprint and low energy demands of Raspberry Pi make it ideal for remote deployment, and accessing Raspberry Pi from another computer is a common user request.

There are many different solutions for remote access to Raspberry Pi. The most common is to use one of two techniques: SSH and VNC.

SSH and VNC involve opening a port on Raspberry Pi (VNC uses port 5900+N and SSH uses port 22). This potentially exposes your Raspberry Pi. Hackers actively look for Raspberry Pi devices with these open ports and default passwords. This is why you must change your password when turning on VNC.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo conectarte a una Raspberry Pi de forma remota a través de SSH

Cómo conectarte a una Raspberry Pi de forma remota a través de SSH | tecno4 | Scoop.it

Esta guía te enseñará cómo conectarte a tu Raspberry Pi de forma remota a través de SSH desde tu ordenador portátil o de sobremesa.
SSH (Secure SHell) es el mejor método de conexión a tu Raspberry Pi. Por lo tanto, este es el método que usaremos para iniciar sesión.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo conectarte a la Raspberry Pi desde otro ordenador

Cómo conectarte a la Raspberry Pi desde otro ordenador | tecno4 | Scoop.it

Muchos de los proyectos que creamos con nuestra Raspberry Pi no necesitan que esté conectada a un monitor permanentemente. Aunque sí que podamos acceder a ella para poder configurarla, copiar archivos, o simplemente ver información de como esta funcionando. En este tutorial vamos a ver varias formas de usar nuestra Raspberry Pi con una conexión remota desde nuestro ordenador sabiendo la IP que tiene asignada, o después de asignar una IP fija.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

5 ways to remote desktop on Raspberry Pi (Windows/Linux/Mac) 

5 ways to remote desktop on Raspberry Pi (Windows/Linux/Mac)  | tecno4 | Scoop.it

If you don’t have the Raspberry directly at hand (or no screen) and you need to make regular changes on it, it may be interesting to have access to the desktop from another computer (in addition to ssh)

How to access a Remote Desktop on Raspberry Pi?
There are five ways you can use to run a remote desktop on Raspberry Pi, sorted by ease of installation :

  1. Xrdp
  2. SSH and X11 forwarding
  3. VNC
  4. Teamviewer
  5. NoMachine

For each method, I will explain how to set it up on your Raspberry Pi and how to access it from the main OS (Windows, Linux, Mac and even from your smartphones)

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Raspberry_pi-ssh

Raspberry_pi-ssh | tecno4 | Scoop.it
Contribute to wikitic/raspberry_pi-ssh development by creating an account on GitHub.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

PuTTY Portable 0.71 (telnet and SSH client) Released  

PuTTY Portable 0.71 (telnet and SSH client) Released   | tecno4 | Scoop.it
PuTTY is a lightweight telnet and SSH client for Windows, along with an xterm terminal emulator. It allows you to securely connect to your systems while on the go. Learn more abou
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Debian: How To Enable The Root User (Login & SSH) 

Debian: How To Enable The Root User (Login & SSH)  | tecno4 | Scoop.it

For a long time, root was the default user on Linux, but it’s now disabled on most distributions. If like me, you were used to it, this article will answer your questions and guide you with the new best practice. I’ll also show you some workarounds if you really need “root”.
On Debian, using “sudo” is the recommended method to get administrator privileges with the main user, instead of using “root”. If needed, the “root” user can still be enabled by setting up their password.
Let’s start with a bit of theory, to give you the context, and then I’ll show you how to enable root if you really want it, either in a terminal or even for SSH usage.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to SSH Into a Raspberry Pi for Remote Access

How to SSH Into a Raspberry Pi for Remote Access | tecno4 | Scoop.it
Access and control your Raspberry Pi remotely via SSH from any computer or even an Android phone.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Use SSH To Remote Control Your Raspberry Pi: A complete guide 

Use SSH To Remote Control Your Raspberry Pi: A complete guide  | tecno4 | Scoop.it

Being able to control your Raspberry Pi from another computer remotely is an important part of the Raspberry Pi’s learning curve. SSH is generally the protocol we use to do this, even if it’s not the only option. If you are new to Linux, Raspberry Pi, or just SSH, you’ve come to the perfect place: I created this guide for you, to answer all of your questions about this method.
SSH is a protocol available on Linux systems to execute commands on a Raspberry Pi from another computer. You need to enable it first in the Raspberry Pi configuration, then use an SSH client on your computer to connect to the Raspberry Pi.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Instalar ssh en Windows 10 

Instalar ssh en Windows 10  | tecno4 | Scoop.it
Hace ya tres años, Microsoft presentó WSL, lo que son las siglas de Windows Susbystem for Linux. Como usuario de Ubuntu pensé «Esto no sirve para nada, no lo voy a usar nunca si ya uso Ubuntu de nativo», pero ¿estaba en lo cierto? Probablemente no. Justamente he empezado a usar WSL en Windows 10 porque soy usuario de Linux, porque el terminal de Ubuntu nos ofrece posibilidades muy interesantes que merece la pena tener a mano.
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

How to Enable SSH on Boot of the Raspberry Pi

How to Enable SSH on Boot of the Raspberry Pi | tecno4 | Scoop.it

In this quick guide, we will walk you through the process of how you can enable SSH when your Raspberry Pi boots.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Use PuTTY to Access the Raspberry Pi Terminal from a Computer

Use PuTTY to Access the Raspberry Pi Terminal from a Computer | tecno4 | Scoop.it

PuTTY is a software application that you can run from your desktop or laptop computer to access the Raspberry Pi command-line interface. It uses SSH (secure shell) to open a terminal window on your computer, which you can use to send commands to the Raspberry Pi and receive data from it. There are other programs that you can use to access the Raspberry Pi terminal, but PuTTY is by far the most popular. 

PuTTY is open source and free to use. Visit the PuTTY website to download and install it.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Remote Access with Raspberry Pi tutorial

Remote Access with Raspberry Pi tutorial | tecno4 | Scoop.it

Welcome to part 3 of the Raspberry Pi tutorial series. In this part, we're going to cover how we can remotely access our Raspberry Pi, both with SSH and with a remote desktop client. We want to eventually be able to remotely access our Raspberry Pi because much of the "value" of the Raspberry Pi is its size, and that it can be put in a variety of places that we might not want to have a keyboard, mouse, and monitor attached to it at all times and we probably don't want to have to carry over all of this stuff when we do want to access it.

 
No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Cómo conectarte remotamente con tu Raspberry Pi rápido y fácil

Cómo conectarte remotamente con tu Raspberry Pi rápido y fácil | tecno4 | Scoop.it

Después de configurar tu Raspberry Pi probablemente no quieras usar el teclado y el ratón. Ahí es donde una conexión remota ayuda: Puedes tener acceso remoto a tu Raspbery Pi a través de SSH desde cualquier otro ordenador que esté en la misma red que tu Pi.
En este Tutorial aprenderás a usar SSH para conectarse con tu Raspberry Pi.
Si deseas tener acceso con una GUI (como TeamViewer o VNC), puedes establecer una conexión de escritorio remoto.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

What is the SSH password for Raspberry Pi? 

What is the SSH password for Raspberry Pi?  | tecno4 | Scoop.it

Today we will focus on a topic that interests everyone, i.e. everything that is related to the SSH connection to your Raspberry Pi

First of all, what is the default SSH password of the Raspberry Pi?
To log in SSH to the Raspberry Pi the first time you must use the following credentials:
– login: pi
– password: raspberry

But we will also see in detail many other points on SSH connections to Raspberry Pi, including:
– What is SSH?
– How to activate SSH on a Raspberry Pi?
– How to make the SSH service start automatically at each reboot?
– Which IP address and which port to connect?
– How not to have to type a password to log in SSH?

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Control Raspberry Pi Without Monitor.: 7 Steps

Control Raspberry Pi Without Monitor.: 7 Steps | tecno4 | Scoop.it

In previous instructable I shared a beginners guide to Raspberry Pi. There we saw how to boot Raspbian onto the Pi and use it as a desktop. But for that setup we require a lot of peripherals like monitorHDMI cablewireless keyboard and OTG adapter. Most of the time we don't need these peripherals after the first boot. To save some money we can use the Pi in Headless mode i.e accessing it without a monitor.
In Headless mode, we can access the Raspberry Pi over wireless network using SSH (Secured Shell Protocol). So without wasting anymore time, lets get right into it.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Acceso remoto a través de SSH

Acceso remoto a través de SSH | tecno4 | Scoop.it

Secure Shell (SSH) es un protocolo de comunicación entre dos sistemas usando una arquitectura cliente/servidor y que permite a los usuarios conectarse a un host remotamente. La sesión de conexión está encriptada haciendo imposible que alguien pueda obtener contraseñas no encriptadas.
En la siguiente imagen podemos ver una ventana típica de conexión SSH a una Raspberry Pi con el sistema operativo Raspbian Stretch.

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Conexión SSH a Raspberry Pi desde Windows con mRemoteNG

Conexión SSH a Raspberry Pi desde Windows con mRemoteNG | tecno4 | Scoop.it

En esta entrada vamos a ver mRemoteNG, una genial herramienta para realizar una conexión SSH a nuestra Raspberry Pi desde un equipo con Windows.
A estas alturas de la sección de Raspberry Pi ya estamos más que acostumbrados a conectarnos por SSH a nuestro dispositivo. Desde un equipo con Linux la conexión SSH es sencilla y podemos realizarla usando únicamente el terminal.
Por el contrario, en Windows necesitaremos algún software adicional. La solución habitual es emplear el conocido Putty, un software que permite establecer conexiones tanto por SSH, Telnet, o Serial Port.
Sin embargo, pese a su popularidad y sencillez, Putty también sufre de ciertas limitaciones. Afortunadamente en Windows tenemos otras alternativas como el genial mRemoteNG.

No comment yet.