Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
20 results tagged SSH  ✕
File Transfer with SSH, Tee, and Base64 https://susam.in/blog/file-transfer-with-ssh-tee-and-base64/
Thu 17 Sep 2020 05:47:22 PM CEST
QRCode
article file_transfer SSH tips
Why You Should Be Using Persistent SSH Sessions https://software.rajivprab.com/2019/07/14/ssh-considered-harmful/
Mon 17 Aug 2020 01:10:23 PM CEST
QRCode

No, there hasn’t been any new vulnerability found in SSH, nor am I denying the usefulness of SSH as a building block in the dev toolchain. This article is about why you shouldn’t be (and how you can avoid) using raw SSH sessions for development work.

In summary, how the author discovered screen, tmux, etc.

article communication security ssh tmux tools
Remember the Users - Terminating a Frozen SSH Session https://www.remembertheusers.com/2020/07/0668-terminating-a-frozen-ssh-session.html
Fri 07 Aug 2020 09:23:06 AM CEST
QRCode

Occasionally an SSH session times out or somehow freezes. Often this leaves the terminal window in a frozen state, requiring a forced closure.

Except a forced closure might not be needed. There is a built-in SSH escape trigger.

Press the ~ (tilde) key. Notice that the ~ won’t appear on screen when the character is the very first character typed. The character prints on screen normally when not the first character.

ssh terminal tips
Introducing Teleport 4.3 - Modern Replacement for OpenSSH https://gravitational.com/blog/introducing-teleport-4-point-3-modern-replacement-for-openssh/
Fri 10 Jul 2020 09:16:24 AM CEST
QRCode

We’re excited to announce the release of Teleport 4.3 - new UI, API driven, expanded audit capabilities, and still open source.

article networking security software ssh
10 Actionable SSH Hardening Tips to Secure Your Linux Server https://linuxhandbook.com/ssh-hardening-tips/
Tue 09 Jun 2020 09:58:46 PM CEST
QRCode

Worried about the security of your Linux server? Learn some easy to implement tips on securing SSH and make your Linux server more secure.

article collection guidelines list security ssh
paperbackup - Create a pdf with barcodes to backup text files on paper https://github.com/intra2net/paperbackup
Fri 01 May 2020 05:13:21 PM CEST
QRCode

Create a pdf with barcodes to backup text files on paper. Designed to backup ASCII-armored GnuPG and SSH key files and ciphertext.

#cli-app backup coding_lang:python gpg opensource security software source_code ssh
SSH Tips & Tricks https://smallstep.com/blog/ssh-tricks-and-tips/
Thu 30 Apr 2020 03:18:31 AM CEST
QRCode

A few of our favorite SSH tricks and tips sure to improve your daily experience.

article communication ssh tips
How to SSH Properly https://gravitational.com/blog/how-to-ssh-properly/
Wed 01 Apr 2020 09:29:36 PM CEST
QRCode

How to SSH properly and easily improve the security of your SSH model without needing to deploy a new application or make any huge changes to UX.

communication guidelines networking security ssh
webssh - Web based ssh client https://github.com/huashengdun/webssh
Wed 11 Mar 2020 11:03:27 PM CET
QRCode

image

coding_lang:python online opensource service software source_code ssh
webssh2 - Web SSH Client using ssh2, socket.io, xterm.js, and express https://github.com/billchurch/WebSSH2
Wed 11 Mar 2020 10:58:20 PM CET
QRCode

image

coding_lang:javascript online opensource service software source_code ssh
snowflake - Graphical SFTP client and terminal emulator with helpful utilities https://github.com/subhra74/snowflake
Thu 30 Jan 2020 05:34:52 PM CET
QRCode

Graphical SFTP client and terminal emulator with helpful utilities.

gui networking opensource source_code ssh tools
Learn from your attackers – SSH HoneyPot | Robert Putt https://www.robertputt.co.uk/learn-from-your-attackers-ssh-honeypot/
Sat 04 Jan 2020 10:51:33 AM CET
QRCode

In a world of evolving and targeted cyber threats understanding your attacker’s intentions and tools has never been more crucial. By deliberately maintaining vulnerable systems, or Honey Pots, and letting the attackers in you can analyse their activity and gather intelligence so you can be ahead of the game if you ever have a compromise. When running an SSH Honey Pot you can gain a full log of the commands an attacker attempts to run on your system and any files which they attempt to download and can be a great way to obtain samples of malicious software for analysis or understand the techniques used by an attacker to scour your data.

article guidelines networking security ssh tutorial
SSH to remote hosts though a proxy or bastion with ProxyJump https://www.redhat.com/sysadmin/ssh-proxy-bastion-proxyjump
Fri 06 Dec 2019 08:17:58 PM CET
QRCode

Here are some tricks for using SSH through a proxy or bastion quickly.

article networking ssh tools
corkscrew - A tool for tunneling SSH through HTTP proxies https://github.com/bryanpkc/corkscrew
Wed 30 Oct 2019 04:27:56 PM CET
QRCode

Corkscrew is a tool for tunneling SSH through HTTP proxies, but... you might find another use for it.

coding_lang:c communication networking opensource source_code ssh tools
sshfs - Local mounting of remote filesystems over SSH https://github.com/libfuse/sshfs
Sun 25 Aug 2019 04:49:50 PM CEST
QRCode

Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine.

#cli-app file_management filesystem linux networking opensource privacy security software source_code ssh
SSHTron - Tron in Your Terminal http://sshtron.zachlatta.com/
Fri 09 Aug 2019 09:42:01 AM CEST
QRCode

SSHTron is a multiplayer Tron game through SSH in your terminal.

image

#cli-app games online ssh
Mosh - The mobile shell https://mosh.org/
Wed 22 Aug 2018 03:05:55 AM CEST
QRCode

Mobile shell that supports roaming and intelligent local echo. Like SSH secure shell, but allows mobility and more responsive and robust.

Image

#cli-app communication homepage linux networking opensource security software ssh
zssh - Zmodem SSH http://zssh.sourceforge.net/
Mon 05 Oct 2015 11:24:33 AM CEST
QRCode

zssh (Zmodem SSH) is a program for interactively transferring files to a remote machine while using the secure shell (ssh). It is intended to be a convenient alternative to scp , allowing to transfer files without having to open another session and re-authenticate oneself.

zssh is an interactive wrapper for ssh used to switch the ssh connection between the remote shell and file transfers. This is achieved by using another tty/pty pair between the user and the local ssh process to plug either the user's tty (remote shell mode) or another process (file transfer mode) on the ssh connection.

command_line communication file_transfer linux ssh tools
How to access a Linux server behind NAT via reverse SSH tunnel - Xmodulo http://xmodulo.com/access-linux-server-behind-nat-reverse-ssh-tunnel.html
Wed 06 May 2015 08:51:43 AM CEST
QRCode
blog linux security ssh tech
Mosh: the mobile shell https://mosh.mit.edu/
Mon 08 Sep 2014 01:11:14 PM CEST
QRCode

Mobile shell that supports roaming and intelligent local echo. Like SSH secure shell, but allows mobility and more responsive and robust.

linux networking security shell ssh
3654 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn