What is your favorite SSH hack?
declanchase2 1 year ago
Just finished reading this article:
http://www.itworld.com/it-managementstrategy/261500/16-ultimate-openssh-...
I'd love to read more. What are your favorite resources?
Topic: Development
Answer this Question
Answers
1 total
Ask a question
Google is facing some tough questions from Congress over the privacy concerns raised by Glass, its fledgling augmented reality system for recording and receiving information on the fly. But on the ground at the company's I/O conference for developers, attendees are largely enthusiastic about the technology.
Google's Android OS has more than 900 million users, the company said Wednesday at its I/O event began in San Francisco.
Microsoft says its coding practices and its corporate management structure both comply with an international application security standard to encourage secure software development.
Forward-thinking dev shops mix methodologies, hire cross-functional coders -- beating old-guard shops to the hottest emerging app markets.
Canonical on Wednesday announced its next moves on the way to market with a Linux-powered phone.
The mobile industry's efforts to convince lawmakers that self-regulation alone is the best way to address growing concerns over privacy-invading mobile applications appears to be running into some headwind.
Here are a few things to think about in any cloud transition.
Facebook is retooling its famous "hackathon" all-night coding workshops to give engineers more time to conceive new products, hopefully with a focus on mobile.
All through the month of April, ad-supported Windows 8 apps have gotten no ads. That means no revenue for developers. What gives?
Unity Technologies will soon extend its cross-platform game development tools with an open beta trial targeting the BlackBerry 10 OS. It is inviting developers to register now to be among the first to get access.
White Papers & Webcasts
White Paper
Controlling the Cost of File Transfers
White Paper
Secure Data Streaming with Attachmate FileXpress
See more White Papers | Webcasts







I don't have any, but I did bump into this other article that you might find interesting:
SSH: More than secure shell
http://matt.might.net/articles/ssh-hacks/
"This article covers less common SSH use cases, such as:
using passwordless, key-based login;
setting up local per-host configurations;
exporting a local service through a firewall;
accessing a remote service through a firewall;
setting up a SOCKS proxy for Firefox;
executing commands remotely from scripts;
transfering files to/from remote machines;
mounting a filesystem through SSH; and
triggering admin scripts from a phone."