Tag: ssh
Primer on SSH and SCP
Hardly anyone uses telnet to log into their UNIX shell anymore. And with good reason; the idea of having your password transmitted in clear text (i.e. unencrypted), thus easily obtained by nosey people equipped with the proper sniffing tools, just isn't all that appealing. The replacement for telnet is SSH, which stands for SecureSHell and […]
Posted: November 13th, 2004 under Software & Tools.
Tags: putty, scp, security, ssh
Comments: none
Auto-properties in Subversion
I'm a big fan of Subversion and use it for nearly every project I work on. I work on our software projects in several ways: On the Linux development server directly, which I access from a Windows desktop using UltraEdit (Load/Save via SFTP), WinSCP, PuTTY, and the command line svn client. On my Windows PC, […]
Posted: November 12th, 2004 under Software & Tools.
Tags: linux, PHP, properties, ssh, subversion, tortoisesvn, windows
Comments: none