.SSH directory not created

I have created a new user account on my openssh system.But the .ssh directory was not created under my home dir home/A00d56/. Could any one please suggest me whether the .ssh directory will be created automatically when we add the new user or we need to manually create that after?

The use of this new user account is to allow the passwordless sftp between two systems.I have the authorization file of the other system that should need to be copy into the .ssh directory of this new user.

Thanks,
Srinivasa Rao

Things like command-line ssh create the .ssh dir for you, it's not generally part of the user-directory skeleton. It's also safe to make it yourself.

Thanks for your reply Corona..Is it allow the passwordless sftp between two systems even if we manually create the .ssh directory in /home/A00d56/ and then copy the authorized_key file into the /home/A00d56/.ssh directory?

Thanks,
Srinivasa Rao.

you can check this link it will solve your issue

ssh-keygen: password-less SSH login