libssh2_agent_get_identity_path.3 591 B

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