Code Monkey home page Code Monkey logo

pusshy's Introduction

pusshy

A simple GUI front-end for OpenSSH on Windows 10

What is pusshy?

pusshy is not a replacement for putty. pusshy is a simple GUI front-end for OpenSSH on Windows 10. As of late 2018, OpenSSH comes as default in Windows 10 but it lacks front-end like putty. So, pusshy tries to cross that bridge with this simple .NET program.

Pre-requisites

  • OpenSSH installed under C:\WINDOWS\SYSTEM32\OPENSSH
  • .NET 4.5

How does it work?

When you start pusshy, you can enter the SSH host, the login that you want to use, the password, the certificate (in case you use certificates) and a description for your connection. OpenSSH do not use passwords to log you automatically, so you can omit the password if you want. You have to enter it anyway when you log in. The password column is for your reference only. You can still copy and paste it in the OpenSSH session if you want. By default, when you select the password column, the password will be visible.

The certificate file is used when your SSH server uses certificates instead of passwords (e.g. an AWS Linux server). In this case, if you have a username and certificate file specified, you'll be logged automatically.

If you right-click on a column, you can hide it. If you want the column to be shown again, right-click anywhere in the header and choose Show All.

If you right-click on a row header, you can delete an entry. Multiple selections are allowed too.

Any changes you make will be saved when the program is closed. The program does remember the size and the position of the application, so next time you start the program, the size and the position will be the same as when you closed it.

All the setting are saved under C:\users<username>\AppData\Local\pusshy folder.

Double-click top start a new session. Single-click to edit a cell.

Screenshot

Issue with certificates

If you get an error that your certificate is wide open, you'll have to make some changes to its permissions. Pretty much, you have to restrict the certificate file so only you have access to it. In order to do that, execute these lines from a command prompt (not from Power Shell).

set key="c:\keys\mykeypair.pem"
cmd /c icacls %key% /c /t /inheritance:d
cmd /c icacls %key% /c /t /grant %username%:F
cmd /c icacls %key%  /c /t /remove Administrator BUILTIN\Administrators BUILTIN Everyone System Users "Authenticated Users"
cmd /c icacls %key%

pusshy's People

Contributors

klimenta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.