SSH Server ( Win7 )

1. What is SSH?

Defined in RFC 4251, SSH is a netowrk protocol that opens up a secure channel between a SSH server and a Client on port 22

Supports SFTP(Secure FTP) and SCP(secure copy).

freeSSHd Server

Installing freeSSHd Server on Windows Server 2008 R2

2. Basic Process

  1. Install FreeSSHd (SSH Server)
  2. Add User(s)
  3. Allow SSH command line access(CLI), FTP, and Tunnel
  4. Open exception in the firewall TCP, Port 22 on the server
  5. Install SSH Client (PuTTY)
  6. Configure Client and

 

3. Server Installation

Start the installation program by Right-Click and 'Install as Administrator'

Tags

VMWare Virtual Network Editor

VM Network Diagram

The following diagram shows the architecture of the Virtual Network VMWare uses to manager network communications of Virtual Machines.VMnet0 is Bridged to the Hosts network adapter, as is VMnet1 and VMnet8.

RDP Across Domains Failing

RDP Across Domains Failing

I recently added a Windows 2008 R2 sever to my netork and created a domain. After adding a few machines to the domain, I started getting errors when attempting to RDP into my various machines. Keep in mind I had some machines on my DOMAIN, and others stayed in my previously existing WORKGROUP. My User/Password configuration stayed the same and I also knew that computers on a domain, liked to have the domain prefixing the username like: DOMAIN\User

The fix will be done through Group Policy Editor

 

The Error: Attempting to Connect to Remote Desktop

RDP Error 'Credentials did not work'

TCP Subnet Mask Decoder Ring

TCPIP Subnets

Subnet Matrix

Matrix with Binary and Decimal representations of subnet address, their number if IPs and possbile number of Hosts

Web Server Setup: 09 - BugZilla

BugZilla

  • copy bugzilla to ‘D:\xampp\bugzilla\bugzilla-4.2.5’
  • copy ‘D:\xampp\bugzilla\bugzilla-4.2.5’ to ‘D:\xampp\htdocs\bugzilla’
  • set PATH=%PATH%;D:\xampp\perl\bin
  • navigate to ‘D:\xampp\htdocs\bugzilla’
  • run ‘perl checksetup.pl’

COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands

and then re-run checksetup.pl):

    D:\xampp\perl\bin\perl.exe install-module.pl Email::Send
    D:\xampp\perl\bin\perl.exe install-module.pl Email::MIME
    D:\xampp\perl\bin\perl.exe install-module.pl Math::Random::ISAAC

To attempt an automatic install of every required and optional module

with one command, do:

  D:\xampp\perl\bin\perl.exe install-module.pl --all

 

Web Server Setup: 08 - Apache ANT

Apache ANT ()

“          Binary downloads of the Ant build tool are available from http://ant.apache.org/. This manual assumes you are using Ant 1.8 or later. The instructions may also be compatible with other versions, but this has not been tested.

Download and install Ant. Then, add the bin directory of the Ant distribution to your PATH environment variable, following the standard practices for your operating system platform. Once you have done this, you will be able to execute the ant shell command directly.        “

Subscribe to