Browsing Tag
ssh
6 posts
Rethinking the Operator Access Experience
The advent of AI agentic systems had me rethinking how to approach a traditional cloud security pain point.…
Como piscar um LED utilizando BananaPi e Python via SSH
Introdução Este artigo irá demonstrar como fazer um LED piscar, utilizando o microcomputador BananaPi e um script em…
Increase Debian based Linux VPS server’s security
When you bought new virtual private server (VPS) most providers give machines with remotely root access by SSH…
Large file transfer from VPS to local machine
Transferring files? More often than not, rsync is the answer: rsync --archive --verbose --partial --progress username@vps_ip_or_hostname:/path/to/yourfile.tar /local/destination/ --archive:…
Exploring ssh
Most people who have worked on remote servers are probably familiar with ssh, which let’s us securely communicate…
Penggunaan OpenSSH
Bagian A. Penjelasan tentang OpenSSH B. Mengakses VM dengan SSH Mari simak penjelasan berikut A. Penjelasan tentang OpenSSH…