28 lines
1.3 KiB
Diff
28 lines
1.3 KiB
Diff
diff -up amanda-3.1.1/example/amanda-client.conf.in.bsd amanda-3.1.1/example/amanda-client.conf.in
|
|
--- amanda-3.1.1/example/amanda-client.conf.in.bsd 2010-08-10 12:26:03.000000000 +0200
|
|
+++ amanda-3.1.1/example/amanda-client.conf.in 2010-08-10 14:37:54.027754862 +0200
|
|
@@ -17,8 +17,8 @@ tapedev "@EXAMPLE_TAPEDEV@" # your
|
|
# auth - authentication scheme to use between server and client.
|
|
# Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
|
|
# "rsh" and "ssh".
|
|
-# Default: [auth "bsdtcp"]
|
|
-auth "bsdtcp"
|
|
+# Default: [auth "bsd"]
|
|
+auth "bsd"
|
|
|
|
ssh_keys "" # your ssh keys file if you use ssh auth
|
|
|
|
diff -up amanda-3.1.1/example/amanda-client-postgresql.conf.in.bsd amanda-3.1.1/example/amanda-client-postgresql.conf.in
|
|
--- amanda-3.1.1/example/amanda-client-postgresql.conf.in.bsd 2010-06-29 19:09:55.000000000 +0200
|
|
+++ amanda-3.1.1/example/amanda-client-postgresql.conf.in 2010-08-10 14:38:00.522754862 +0200
|
|
@@ -16,8 +16,8 @@ tape_server "@DEFAULT_TAPE_SERVER@" # y
|
|
# auth - authentication scheme to use between server and client.
|
|
# Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
|
|
# "rsh" and "ssh".
|
|
-# Default: [auth "bsdtcp"]
|
|
-auth "bsdtcp"
|
|
+# Default: [auth "bsd"]
|
|
+auth "bsd"
|
|
|
|
# your ssh keys file if you use ssh auth
|
|
ssh_keys "/var/lib/amanda/.ssh/id_rsa_amrecover"
|