问题: 创建ssh key时遇到“Bad escape character ‘ygen’.”

问题:创建ssh key时遇到“Bad escape character ‘ygen’.”
image.png

$ ssh -****** -t rsa -C "[email protected]"

Bad escape character 'ygen'.

分析原因:ssh -******之间出现了空格,正确命令是没有空格的

问题:创建ssh key时遇到“Bad escape character ‘ygen’.”
显示成功

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-12-23
猜你喜欢
  • 2021-12-28
  • 2022-12-23
  • 2021-06-15
  • 2021-12-20
  • 2021-08-16
  • 2021-08-01
  • 2021-10-03
相关资源
相似解决方案