forked from uuneuralengineeringlab/XipppyServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNomadHelp.txt
More file actions
67 lines (53 loc) · 2.82 KB
/
NomadHelp.txt
File metadata and controls
67 lines (53 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
MUST BE USING LINUX (Ubuntu/WSL) OR GIT BASH
--------------------------------------------
Below is a log of working commands to connect to the Ripple Neuro Bio-Amplifier (tested on a specific Ripple Summit*)
*Yes, we are aware that it is called Nomad instead of summit on the machine, this itself is not a breaking issue
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1 -hostkey="ssh-rsa 2048 jtkrZLPk6rgLUhL8KWn2aVTBCFP6OxOGpVzRJaE/oAY="
ssh: unknown option -- h
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface] [-b bind_address]
[-c cipher_spec] [-D [bind_address:]port] [-E log_file]
[-e escape_char] [-F configfile] [-I pkcs11] [-i identity_file]
[-J destination] [-L address] [-l login_name] [-m mac_spec]
[-O ctl_cmd] [-o option] [-P tag] [-p port] [-R address]
[-S ctl_path] [-W host:port] [-w local_tun[:remote_tun]]
destination [command [argument ...]]
ssh [-Q query_option]
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ssh root@192.168.42.1
Unable to negotiate with 192.168.42.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss
UNRBL@ART-RT1 MINGW64 ~
$ ^C
UNRBL@ART-RT1 MINGW64 ~
$ ssh -oHostKeyAlgorithms=+ssh-dss root@192.168.42.1
command-line line 0: Bad key types '+ssh-dss'.
UNRBL@ART-RT1 MINGW64 ~
$ ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.42.1
The authenticity of host '192.168.42.1 (192.168.42.1)' can't be established.
RSA key fingerprint is SHA256:nYTKUObqiJffmVPkgbmeg//4rjXCLI5YDoQJrGsJ85I.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '192.168.42.1' (RSA) to the list of known hosts.
root@192.168.42.1's password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Tue Jun 7 12:34:04 2022 from 192.168.42.129
root@nomad:/usr/rppl#