Network Connections Flashcards
1
Q
ssh remote.example.com
A
Login in with Secure SHell.
2
Q
ssh -l
A
-l lets you specify your username.
3
Q
ssh -p
A
-p lets you specify another port than default 22.
4
Q
telnet www.svd.se
A
Telnet to www.svd.se.
5
Q
telnet www.svd.se 80
A
Choose another port than default 23.
6
Q
ifconfig Interface_name up
A
Bring the network interface up.
7
Q
ifconfig netmask broadcast
A
Assign IP address.