Tag

scp

0 views collected around this technical thread.

DevOps Operations Practice
DevOps Operations Practice
Feb 6, 2025 · Operations

Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux

This article explains why SCP cannot resume interrupted transfers and provides practical alternatives—including rsync with the --partial option, splitting files with the split command, and keeping sessions alive with tmux—to achieve reliable, resumable file transfers on Linux systems.

LinuxResumable TransferTmux
0 likes · 6 min read
Achieving Resumable File Transfers with SCP Using Rsync, Split, and Tmux
Raymond Ops
Raymond Ops
Jan 7, 2025 · Information Security

Mastering SSH: Asymmetric Encryption, Authentication, and Configuration Explained

This comprehensive guide explores the fundamentals of asymmetric encryption, delves into SSH’s architecture—including host verification, user authentication, and key management—provides detailed walkthroughs of configuration files, command usage, SCP transfers, automation scripts, and performance optimization techniques for secure and efficient remote access.

SSHasymmetric encryptionautomation
0 likes · 47 min read
Mastering SSH: Asymmetric Encryption, Authentication, and Configuration Explained
Aikesheng Open Source Community
Aikesheng Open Source Community
Apr 14, 2022 · Operations

Performance Comparison of Linux File Transfer Tools (scp, ftp, sftp, rsync, tftp, nc, Python SimpleHTTPServer)

This article presents a systematic performance comparison of several Linux file‑transfer utilities—including scp, ftp, sftp, rsync, tftp, nc, and a Python SimpleHTTPServer—by measuring transfer times for a 50 GB single file and 51 GB spread across 51 200 one‑megabyte files, and discusses each tool’s speed, compression, encryption, and typical use cases.

LinuxPerformance Testingfile transfer
0 likes · 17 min read
Performance Comparison of Linux File Transfer Tools (scp, ftp, sftp, rsync, tftp, nc, Python SimpleHTTPServer)
Practical DevOps Architecture
Practical DevOps Architecture
Apr 2, 2019 · Operations

Understanding SSH Service: Structure, Authentication, Startup, and Usage

This article explains the fundamentals of SSH, covering its purpose, architecture, password and key authentication methods, how to verify installation and service status, and practical commands for connecting, transferring files with scp, and using sftp on Linux systems.

AuthenticationLinuxSFTP
0 likes · 7 min read
Understanding SSH Service: Structure, Authentication, Startup, and Usage
360 Quality & Efficiency
360 Quality & Efficiency
Jan 30, 2018 · Operations

Passwordless SSH, Git Pull, SCP, and Sudo in Jenkins Remote Execution – Practical Scenarios

This guide walks through five practical Jenkins CI scenarios—adding credentials, configuring password‑less SSH for remote Linux login, enabling password‑less Git pulls, SCP file transfers, sudo commands, and token‑based API builds—providing step‑by‑step instructions and key pitfalls to avoid.

API TokenJenkinsPasswordless SSH
0 likes · 7 min read
Passwordless SSH, Git Pull, SCP, and Sudo in Jenkins Remote Execution – Practical Scenarios