Problem I’ve written a simple PHP SSH2 wrapper class. Please review the code and point out mistakes. class Ssh { […]
Tag: ssh
SFTP Ruby script for downloading files from server
Problem I have written this Ruby script to download some file from server using SFTP. Help me improve this one. […]
SSH Class with a method for downloading via SCP
Problem I am looking for a code review on this class. I found myself writing this logic a lot, so […]
Running SSH commands on multiple servers
Problem At the company I work at, we have no real way to quickly execute shell commands on all of […]
Bash script using SSH to sum disk usage on NetApp
Problem I have tried to come with below bash script which is at least working for me, i know its […]
Retrieve Logs from Multiple Containers on Remote Server
Problem Recently I had the requirement to allow multiple containers of the same application to be run on a single […]
Ghostscript check, sends e-mail if one occurs
Problem I’ve created a program that will search our work server where Ghostscripts occur. How it accomplishes this is by […]
SSH passing your Public key to all the users on remote host
Problem I’ve grown tired of typing my password back and forth to all the hosts you connect to, i want […]
Load SSH key remotely
Problem I often create new accounts or virtual machines, and then have to load my SSH public key/signature in to […]
throwcatch: Super easy, SFTP-based backup tool
Problem I’ve been working on a project for fun, it has reached a place of pretty decent stability and I […]
- 1
- 2