Re: [ceph-users] question on setup ssh documentation

2013-10-02 Thread Gruher, Joseph R
On my system my user is named "ceph" so I modified /home/ceph/.ssh/config. That seemed to work fine for me. ~/ is shorthand for your user's home folder. I think SSH will default to the current username so if you just use the same username everywhere this may not even be necessary. My file: c

Re: [ceph-users] question on setup ssh documentation

2013-10-02 Thread Dino Yancey
sshd looks for a per-user config file in ~/.ssh/config in addition to the system level config in /etc/ssh/. If the file doesn't exist, create it. More information is available from 'man ssh_config' On Wed, Oct 2, 2013 at 1:18 PM, Nimish Patel wrote: > On this web page > http://ceph.com/docs