SSH and VNC Flashcards

1
Q

How To connect with Isios Sinumerik via SSH

A

Wiki: NCK, last command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to SSH to tinycray?

A

toServer
ssh nkuhnen@isios.dyndns.org

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Flag for ssh port forwarding

A

ssh -L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Flag for ssh in background

A

ssh -fN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

set iepc_at_client

A

iepc set “Port number of tinycray connection”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

connect to iepc_at_client

A

ssh iepc_at_client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

see all connections from tinycray

A

watchServer (bash_functions installed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

show all active tunnels

A

show tun
showTunnel
(bash_functions installed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

connect with Isios Sinumerik via VNC

A

vncToIsiosSinumerik (bash_functions installed)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

connect with Admin PC via VNC

A

vncToAdminPC (bash_functions installed)
wiki: Server:Admin-PC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ssh to somewhere

A

ssh username@hostname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

check if ssh server is running on current machine

A

ssh localhost -> if works, then server is running

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ssh port forwarding full command

A

ssh -L -fN “local port”:”host”:”remote port” “user”@”remote_server”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is a host?

A

A computer in a network who runs a server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

which program provides a gui for ssh data transfer

A

WinSCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what happens if someone else is logged into a machine via ssh and i then connect to it via ssh?

A

Nothing, both are on that machine then