trivial-ssh icon indicating copy to clipboard operation
trivial-ssh copied to clipboard

An SSH client library for Common Lisp (Built on libssh2)

Results 12 trivial-ssh issues
Sort by recently updated
recently updated
newest added

## How to replicate Connect to a remote host as a user who uses the c shell (or tcsh). ```lisp (flet ((read-lines (s) (loop for line = (read-line s nil...

If I'm not wrong, most code in directory `libssh2` comes from [alxchk/cl-libssh2](https://github.com/alxchk/cl-libssh2).

https://github.com/quicklisp/quicklisp-projects/issues/1540 https://github.com/eudoxia0/trivial-ssh/issues/5 We have a circular dependency going on here, hehe.. Why can't the build mkdir ~/.ssh folder when it doesn't exist? Sorry for all the troubles..

I'm working on a clean, reproducible build environment for Quicklisp builds. I noticed today that if ~/.ssh does not exist, trivial-ssh will not build.

I want to SSH from my machine A to target machine E. The networking and firewalling layout requires that I SSH from A to B first, then from B to...

question

`(ssh:with-connection (conn "172.16.31.21" (ssh:pass "my_pc" "my_pass")) (ssh:with-command (conn iostream "ls -a")) ) ` Libssh2: libssh2_channel_wait_closed() invoked when channel is not in EOF state (ERROR-INVAL) [Condition of type LIBSSH2:SSH-GENERIC-ERROR] Backtrace: 0:...

I got an error while trying to load the library with quicklisp. I immediately realised what happened but, perhaps a novice developer might not be familiar with the concept of...

OpenBSD ports use its own versioning for shared objects. Each ported software with shared objects use internal OpenBSD version. For example if program compile "libfoo.so.4" normally, once the first version...