@ 符号在 Unix 用户名中有效吗?
客户向我提供了通过 SSH 访问其 Web 服务器的用户名 [email protected](我的电子邮件地址)。
我尝试过:
ssh [email protected]@555.555.555.555
ssh [email protected]
以及其他几种组合,但没有运气。
我对服务器环境一无所知,只知道它是 Linux 的一些风格。
在我回去找他们说这不起作用之前,也许我错过了一些东西?
A client has given me SSH access to their web server with the username [email protected] (my email address).
I've tried:
ssh [email protected]@555.555.555.555
ssh [email protected]
and several other combinations, but no luck.
I don't know anything about the server environment, other than that it's some flavour of Linux.
Before I come back to them saying it doesn't work, perhaps I'm missing something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ubuntu Linux 很乐意创建一个名称中带有 at 符号的用户。我创建了用户 bob@home 并能够使用语法
以及
尝试使用 -l 开关指定用户名并查看是否有效的语法登录。
Ubuntu Linux is happy to create a user with an at symbol in the name. I created user bob@home and was able to log in using the syntax
as well as with the syntax
Try using the -l switch to specify the username and see if that works.
如果是密码验证,您始终可以这样做:
然后输入您的用户名。
If it's password authentication, you could always do:
then enter your username.