geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
577 B

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