cscg24-guacamole

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

libssh2_agent_get_identity_path.3 (587B)


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