我在公司网络上。基本上,具有完整域名的主机hello.company.com
有一个别名hello
:
$ host hello
hello.company.com
$ ssh hello.company.com
效果很好。
但如果我尝试$ ssh hello
我得到
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
这个问题的原因可能是什么?
我在公司网络上。基本上,具有完整域名的主机hello.company.com
有一个别名hello
:
$ host hello
hello.company.com
$ ssh hello.company.com
效果很好。
但如果我尝试$ ssh hello
我得到
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
这个问题的原因可能是什么?