@ 符号在 Unix 用户名中有效吗?

发布于 2024-12-06 16:01:48 字数 731 浏览 0 评论 0原文

客户向我提供了通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

独木成林 2024-12-13 16:01:48

Ubuntu Linux 很乐意创建一个名称中带有 at 符号的用户。我创建了用户 bob@home 并能够使用语法

ssh bob@home@myserver

以及

ssh -l bob@home myserver

尝试使用 -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

ssh bob@home@myserver

as well as with the syntax

ssh -l bob@home myserver

Try using the -l switch to specify the username and see if that works.

感悟人生的甜 2024-12-13 16:01:48

如果是密码验证,您始终可以这样做:

ssh 555.555.555.555

然后输入您的用户名。

If it's password authentication, you could always do:

ssh 555.555.555.555

then enter your username.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文