
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Welcome to
Minimalist Session Manager for SSH/SFTP
MiSSH is written in Python 2.7. It should work well on most POSIX platforms. I have tested it on Mac OSX, Linux and Cygwin.
please use easy_install_ to install missh::
sudo easy_install missh
Upgrade::
sudo easy_install -U missh
.. _easy_install: https://pypi.python.org/pypi/setuptools
missh [opt] [file_path] -o open the session file -n create a new session file -m change the master password -t timeout change the timeout of caching the master password, in minutes -k kill the background password keeping service -r reconnect automatically after disconnection -f use sftp to connect the host -h show the help information -v verbose mode
.. * -C file use file as the configuration
Please DO NOT change the term size AFTER login, otherwise the term might get stuck. If it got stuck, you need to log out and log in again. This is a problem of the term, not MiSSH :)
.. * missh -C myssh.conf my_host.msh
Open or create a seesion file::
┌ MiSSH - test.msh ────────────────────────────────────────────────────────────┐ │ │ │ Host: user@host.net:22 │ │ Password: --- │ │ Other options: │ │ │ │ % set dynamic socks proxy │ │ -D 1080 │ │ │ │ % forward a local port to a service at a remote port, e.g. vnc @ host:1 │ │ % -L 5901 │ │ % -L 5901:1.2.3.4:5901 │ │ │ │ % forward a remote port to a service at a local port │ │ % -R 8080 │ │ │ │ % sftp options use # as the line header │ │ # -r │ │ │ │ │ │ Cancel OK │ └──────────────────────────────────────────────────────────────────────────────┘
.. Edit the configuration::
BSD 2-Clause License at https://github.com/LenxWei/MiSSH/blob/master/COPYING
FAQs
Minimalist Session Manager for SSH/SFTP
We found that missh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.