cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_agent_set_identity_path.3 (573B)


      1.\"
      2.\" Copyright (c) 2019 by Will Cosgrove
      3.\"
      4.TH libssh2_agent_set_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
      5.SH NAME
      6libssh2_agent_set_identity_path - set an ssh-agent socket path on disk
      7.SH SYNOPSIS
      8.nf
      9#include <libssh2.h>
     10
     11void
     12libssh2_agent_set_identity_path(LIBSSH2_AGENT *agent, const char *path);
     13.fi
     14.SH DESCRIPTION
     15Allows a custom agent identity socket path instead of the default SSH_AUTH_SOCK env value
     16
     17.SH RETURN VALUE
     18Returns void
     19.SH AVAILABILITY
     20Added in libssh2 1.9
     21.SH SEE ALSO
     22.BR libssh2_agent_init(3)
     23.BR libssh2_agent_get_identity_path(3)