Find the answer to your Linux question:
Results 1 to 2 of 2
Dear All, I tried to create trusted connection between two machines (named "master" and "node1") for shared account, but no luck. what I had done are as follows: 1. create ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    11

    issue on creating trusted connection between machines for shared accou

    Dear All,
    I tried to create trusted connection between two machines (named "master" and "node1") for shared account, but no luck. what I had done are as follows:

    1. create user account "tester" in "master"
    2. set NFS server configuration to have RW for /home/tester for "node1"
    3. create user account "tester" without creating home dir in "node1" with same
    userID and groupID as the one in "master"
    4. create dir "\home\tester" in "node1" and mount to "master" (mount -t nfs
    master:/home/tester /home/tester)
    5. in master node: ssh-keygen -t rsa
    5. generate authorized_keys in "node1" (details not shown)

    but it is not working, if I don't use home/tester as shared dir, and two machines have their own /home/tester , the trusted connection gets created and scp works fine. can we create trusted connection for shared account, if yes, how and did I do miss anything.

    I am kind of new to Linux and any help/suggestion will be greatly appericated.

    thanks -- Yun

  2. #2
    Just Joined!
    Join Date
    Jan 2011
    Posts
    11
    the problem has been resolved, no reply needed, thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...