Zum Inhalt der Seite gehen


Connecting Termux onto another device with SSH over USB


This video shows how you can connect to Termux to your computer with SSH over USB with adb.

This is useful for people who don't have Wi-Fi access, you just need to make sure you have ADB and OpenSSH Client installed on your machine as well as Android USB Drivers.

https://www.youtube.com/watch?v=wgvFnn1T4fE



How to Pass Password to SCP Command in Linux using SSHPass


SCP stands for secure copy and is used to securely copy files or directories from one Linux environment to another.

Using the SCP command you can copy files or directories from a remote environment to a local environment, from a local environment to a remote environment, or between two remote environments in your local environment.

There are a number of benefits to using the SCP command to copy files i.e. you can limit the bandwidth which the channel can occupy using the -l tag.

SCP command supports password encryption to protect the data from leaking or files being snooped during transfer. Password encryption is what makes SCP secure.


https://bytexd.com/how-to-pass-password-to-scp-command-in-linux-using-sshpass/



Proxyjump, the SSH option you probably never heard of


Today, it is becoming more and more common for Penetration Testers, Security Researchers, Red Teams, and the like to require some sort of tunneling in and out of an organization’s infrastructure. Internal Red Teams, especially, who may need to cordon off their Command and Control Infrastructure will likely employ SSH (or VPN, but that will be a different post) tunnels from their External Infrastructure (such as callback servers, web hosting, mail, etc) to the Internal assets. Setting up these tunnels can become quite convoluted and difficult to manage, especially once the number of hops or jumps between servers increase.


https://medium.com/maverislabs/proxyjump-the-ssh-option-you-probably-never-heard-of-2d7e41d43464



Voll-verschlüsseltes-System via SSH freischalten


Eine komplette Verschlüsselung des eigenen Systems ist eine hervorragende Möglichkeit, um die Vertraulichkeit der eigenen Daten zu sichern. Der aktuelle Ubuntu-Installer bietet von Haus aus eine geführte Installation zur Verschlüsselung des kompletten Systems mit "Encrypted LVMs". Sowohl für die automatisierte Installation als auch für den manuellen Weg gibt es zahlreiche, detaillierte Guides, die die Einrichtung erklären.

https://www.thomas-krenn.com/de/wiki/Voll-verschl%C3%BCsseltes-System_via_SSH_freischalten



How to Access a Remote Server Using a Jump Host


A jump host (also known as a jump server) is an intermediary host or an SSH gateway to a remote network, through which a connection can be made to another host in a dissimilar security zone, for example a demilitarized zone (DMZ). It bridges two dissimilar security zones and offers controlled access between them.

https://www.tecmint.com/access-linux-server-using-a-jump-host/