I have installed SVN server and all is working fine on svn commit, svn checkout and svn update if I have done the svn checkout using file:///var/www/svn/repos
But when i do svn+ssh it gives authentication failed.

svn co svn+ssh://[email protected]/var/www/svn/repos/xfer1.0/ mmt_live/
svn: Authentication failed
Killed by signal 15.

But when i do svn co svn co file:///var/www/svn/repos/xfer1.0 it works fine.

Any help what is wrong why i am getting this Authentication failed.