Accessing SD
From Silenceisdefeat
Contents |
General SSH Access
For general shell access, you should SSH to our system at:
hostname: silenceisdefeat.com
port: 22
SSH Access Behind a Firewall
If you are behind a corporate firewall which happens to filter port 22, you can try the following:
hostname: fw.silenceisdefeat.com
port: 80/443
SSH Clients
Under Windows, your best bet for an SSH2 client is PuTTy
You can download it from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
If you're on the run, you can find it at http://silenceisdefeat.com/putty.exe
- Be sure that the MD5 checksum matches that as listed at: http://www.tartarus.org/~simon/putty-snapshots/md5sums
SFTP Clients
Under Windows, your best bet for an SFTP client is WinSCP
You can download it from http://winscp.sourceforge.net/eng/download.php
If you're on the run, you can find it at http://silenceisdefeat.com/winscp.exe
- Be sure that the MD5 checksum matches that as listed at http://winscp.sourceforge.net/eng/download.php
Java SSH/SFTP Client
If you have J2RE installed on your system, you can use the Mindterm Java SSH client, as installed at http://silenceisdefeat.com/mindterm
SSH Tunneling
Please read SSH Tunneling.

