changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/net/proto/ssh.lisp

changeset 698: 96958d3eb5b0
parent: da10aabba6a7
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 ;;; lib/net/proto/ssh.lisp --- SSH Sockets for Lisp
2 
3 ;; SSH and SCP client support via libssh2
4 
5 ;;; Commentary:
6 
7 ;; specs: https://www.openssh.com/specs.html
8 
9 ;;; Code:
10 (in-package :net/proto/ssh)