SFTP server support on Windows

2024-09-24 Thread James Wrigley
Hi there, I'm looking into making a toy implementation of an SFTP server for using in tests based on this example: https://gitlab.com/libssh/libssh-mirror/-/blob/master/examples/sample_sftpserver.c?ref_type=heads But I see that most of the code in sftpserver.c is disabled on Windows. Why is that?

Re: Specifying GSSAPI settings

2024-03-11 Thread James Wrigley
is the limitation of the forwarding as there is no simple > way to derive the hostname from the locally forwarded port so it needs > to be managed manually for now. I think cleaner way might be using > `SSH_OPTIONS_GSSAPI_SERVER_IDENTITY` similar to the openssh > configuration

Re: Specifying GSSAPI settings

2024-03-09 Thread James Wrigley
real hostname after connecting, ssh_gssapi_auth_mic() will just use that in its call to gss_import_name() and GSSAPI auth works as usual. Not sure how kosher that is... On Sat, Mar 9, 2024, 1:54 AM James Wrigley wrote: > Hi there, > I'm writing a program that needs to access a

Specifying GSSAPI settings

2024-03-08 Thread James Wrigley
Hi there, I'm writing a program that needs to access a remote host through two jump hosts. The way I'm doing that is by connecting to each hop in the chain, creating a direct forwarding channel to port 22 of the next hop, and then connecting to the forwarded port for the next hop. My problem is th

Re: LibSSH.jl logo

2024-02-01 Thread James Wrigley
om the old link :/ On Tue, Jan 16, 2024, 8:44 PM James Wrigley wrote: > Sounds good, thanks 👍 > > On Tue, Jan 16, 2024, 9:22 AM Andreas Schneider > wrote: > >> On Tuesday, 9 January 2024 20:45:05 CET James Wrigley wrote: >> > Hi there, >> >> Hi James, >&g

Re: LibSSH.jl logo

2024-01-16 Thread James Wrigley
Sounds good, thanks 👍 On Tue, Jan 16, 2024, 9:22 AM Andreas Schneider wrote: > On Tuesday, 9 January 2024 20:45:05 CET James Wrigley wrote: > > Hi there, > > Hi James, > > > Many thanks for such a nice library! I've recently been writing Julia > > bindings f

LibSSH.jl logo

2024-01-09 Thread James Wrigley
Hi there, Many thanks for such a nice library! I've recently been writing Julia bindings for it, and I wanted to double-check that you (the developers) would be ok with me using this logo: https://gist.github.com/JamesWrigley/0cba21229103b0d2609ad2a0fbf2c3a5 As you can see it's very much inspired