In Huawei Switch by default, no ssh user is created. The ssh user command creates an SSH user. The undo ssh user command deletes an SSH user. You can create a user using either of the following methods: By default, no authentication mode is configured for an SSH user. The ssh user authentication-type command configures the authentication mode for an SSH […]
Tag: ssh
Passwordless SSH
SSH Client : 10.0.0.12 SSH Server: 192.168.0.11 User: psi-admin Login as psi-admin to SSH Client, then generate key to use: ssh-keygen -t rsa Then use ssh-copy-id to send the key to the SSH Server ssh-copy-id psi-admin@192.168.0.11 Done!