Wednesday 25 March 2009

NAREGI Client Installation...

On Windows:

Download and install : OpenSSH
http://sshwindows.sourceforge.net/download/
Download the : Binary Installer Releases

Install it.

Create a user : NaregiSim on windows.

Then:

mkgroup -l >> \etc\group (local groups)

mkpasswd -l -u NaregiSim >> ..\etc\passwd (add username to passwd - local user)

Generating Public Key:

ssh-keygen -t rsa

It will ask you for a password but you can leave it blank.

Note you could also pick -t dsa if you prefer.

No comments:

Post a Comment

Azure OpenAI Architecture Patterns & Deployment Patterns

Sharing some useful links that will help customers architect Azure OpenAI solution using the best practices: (1) Azure OpenAI Landing Zone r...