0

I am trying to launch ssh to open a server, send my password and change the default directory

ssh -cur_console name@192.168.100.1

I know that this is probably simple but I can't seem to find the answer

4

1 回答 1

0

裸开关-cur_console没有任何意义。你可以省略它。

密码认证?私钥/公钥身份验证要好得多且安全得多。所以试试keys方法和ssh-agent可能是。

至于目录,有一个简单的答案

因此,您的问题根本与 ConEmu 无关。

于 2015-07-08T09:26:13.777 回答