单项选择题

在一台SELinux开启的Linux系统中,tom想让root通过公钥认证的方式ssh登录到服务器,tom在服务器上以root身份执行了如下命令(假设tom所使用的ssh公钥存放路径为http://192.168.0.1/tom.pub):cd /rootmkdir .sshcurl http://192.168.0.1/tom.pub >.ssh/authorized_keyschmod -R go-rwx .ssh执行完以上操作后,tom发现自己仍然无法通过ssh公钥认证的方式登录服务器,请问还需要执行以下哪条指令?()

A.restorecon -R .ssh
B.restorecon -V .ssh
C.restorecond
D.resotrecon -n .ssh/authorized_keys