mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 13:50:08 +02:00
14 lines
440 B
Diff
14 lines
440 B
Diff
diff --git a/pathnames.h b/pathnames.h
|
|
index ec89fc6..6ad1b64 100644
|
|
--- a/pathnames.h
|
|
+++ b/pathnames.h
|
|
@@ -59,7 +59,7 @@
|
|
* The directory in user's home directory in which the files reside. The
|
|
* directory should be world-readable (though not all files are).
|
|
*/
|
|
-#define _PATH_SSH_USER_DIR ".ssh"
|
|
+#define _PATH_SSH_USER_DIR "config/settings/ssh"
|
|
|
|
/*
|
|
* Per-user file containing host keys of known hosts. This file need not be
|