ssh username@address
where address can be an IP address or a resolvable hostname
you can also do ssh -l username address
add a -v for loads of diagnostics and it's always worth checking you can ping the address if you're not sure if you've set up bridging properly
@rhowe started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
ssh username@address
where address can be an IP address or a resolvable hostname
you can also do ssh -l username address
add a -v for loads of diagnostics and it's always worth checking you can ping the address if you're not sure if you've set up bridging properly